Html Css Color HEX #0BBCCE Iris Blue

📋 copy color: '#0BBCCE'

red 11 ◦ green 188 ◦ blue 206

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

Shades of Iris Blue #0BBCCE

Tints of Iris Blue #0BBCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 2.72%
G = 46.42%
B = 50.86%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0BBCCE (or 0x0BBCCE) is known color: Iris Blue. HEX triplet: 0B, BC and CE. RGB value is (11,188,206). Sum of RGB (Red+Green+Blue) = 11+188+206=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #0BBCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCCE is #F44331. Grayscale: #888888. Windows color (decimal): -16007986 or 13548555. OLE color: 13548555.

HSL color Cylindrical-coordinate representation of color #0BBCCE: hue angle of 185.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCCE is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 188 206 -
CMYK 0.95 0.09 0 0.19
HSL 185.54º 0.9% 0.43% -
HSV(B) 185.54º 0.95% 0.81% -
XYZ 29.26 40.49 64.67 -
YUV 137.13 166.86 38.04 -
System Red Green Blue C M Y K H S L
Decimal 11 188 206 0.95 0.09 0 0.19 185.54 0.9 0.43
Hex B BC CE 5F 9 0 13 BA 5A 2B
Octal 13 274 316 137 11 0 23 272 132 53
Binary 1011 10111100 11001110 1011111 1001 0 10011 10111010 1011010 101011

Color Harmonies of #0BBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCCE

Black with #0BBCCE

Text Example


Text Example

White with #0BBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,206); }

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

background-color css

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

 a { background-color: rgb(11,188,206); }

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

border-color css

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

 span { border-color: rgb(11,188,206); }

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