Html Css Color HEX #0BBBE0 Iris Blue

📋 copy color: '#0BBBE0'

red 11 ◦ green 187 ◦ blue 224

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

Shades of Iris Blue #0BBBE0

Tints of Iris Blue #0BBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.08%

R = 2.61%
G = 44.31%
B = 53.08%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0BBBE0 (or 0x0BBBE0) is known color: Iris Blue. HEX triplet: 0B, BB and E0. RGB value is (11,187,224). Sum of RGB (Red+Green+Blue) = 11+187+224=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #0BBBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBE0 is #F4441F. Grayscale: #8A8A8A. Windows color (decimal): -16008224 or 14727947. OLE color: 14727947.

HSL color Cylindrical-coordinate representation of color #0BBBE0: hue angle of 190.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBBE0 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 187 224 -
CMYK 0.95 0.17 0 0.12
HSL 190.42º 0.91% 0.46% -
HSV(B) 190.42º 0.95% 0.88% -
XYZ 31.36 40.99 76.78 -
YUV 138.59 176.19 36.99 -
System Red Green Blue C M Y K H S L
Decimal 11 187 224 0.95 0.17 0 0.12 190.42 0.91 0.46
Hex B BB E0 5F 11 0 C BE 5B 2E
Octal 13 273 340 137 21 0 14 276 133 56
Binary 1011 10111011 11100000 1011111 10001 0 1100 10111110 1011011 101110

Color Harmonies of #0BBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBBE0

Black with #0BBBE0

Text Example


Text Example

White with #0BBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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