Html Css Color HEX #0BBBDA Iris Blue

📋 copy color: '#0BBBDA'

red 11 ◦ green 187 ◦ blue 218

#0BBBDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #0BBBDA

Tints of Iris Blue #0BBBDA

RGB

 RED value IS 11 (4.69% from 255) = 2.64%

 GREEN value IS 187 (73.44% from 255) = 44.95%

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 2.64%
G = 44.95%
B = 52.4%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0BBBDA (or 0x0BBBDA) is known color: Iris Blue. HEX triplet: 0B, BB and DA. RGB value is (11,187,218). Sum of RGB (Red+Green+Blue) = 11+187+218=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BBBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBDA is #F44425. Grayscale: #898989. Windows color (decimal): -16008230 or 14334731. OLE color: 14334731.

HSL color Cylindrical-coordinate representation of color #0BBBDA: hue angle of 188.99º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBBDA is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 187 218 -
CMYK 0.95 0.14 0 0.15
HSL 188.99º 0.9% 0.45% -
HSV(B) 188.99º 0.95% 0.85% -
XYZ 30.56 40.67 72.57 -
YUV 137.91 173.19 37.48 -
System Red Green Blue C M Y K H S L
Decimal 11 187 218 0.95 0.14 0 0.15 188.99 0.9 0.45
Hex B BB DA 5F E 0 F BD 5A 2D
Octal 13 273 332 137 16 0 17 275 132 55
Binary 1011 10111011 11011010 1011111 1110 0 1111 10111101 1011010 101101

Color Harmonies of #0BBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBDA

Black with #0BBBDA

Text Example


Text Example

White with #0BBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BBBDA; }

 p { color: rgb(11,187,218); }

 H1.HeaderClassName
 {
   color: #0BBBDA;
 }
 .AnyTagClassName
 {
   color: #0BBBDA;
 }
</style>

background-color css

<style>
 a { background-color: #0BBBDA; }

 a { background-color: rgb(11,187,218); }

 div.DivClassName
 {
   background-color: #0BBBDA;
 }
 .BgClassName
 {
   background-color: #0BBBDA;
 }
</style>

border-color css

<style>
 span { border-color: #0BBBDA; }

 span { border-color: rgb(11,187,218); }

 td.TdClassName
 {
   border-color: #0BBBDA;
 }
 .TagClassName
 {
   border-color: #0BBBDA;
 }
</style>