Html Css Color HEX #0BBCDC Iris Blue

📋 copy color: '#0BBCDC'

red 11 ◦ green 188 ◦ blue 220

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

Shades of Iris Blue #0BBCDC

Tints of Iris Blue #0BBCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 2.63%
G = 44.87%
B = 52.51%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BBCDC (or 0x0BBCDC) is known color: Iris Blue. HEX triplet: 0B, BC and DC. RGB value is (11,188,220). Sum of RGB (Red+Green+Blue) = 11+188+220=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BBCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCDC is #F44323. Grayscale: #8A8A8A. Windows color (decimal): -16007972 or 14466059. OLE color: 14466059.

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

Color convert

RGB 11 188 220 -
CMYK 0.95 0.15 0 0.14
HSL 189.19º 0.9% 0.45% -
HSV(B) 189.19º 0.95% 0.86% -
XYZ 31.04 41.2 74.03 -
YUV 138.73 173.86 36.9 -
System Red Green Blue C M Y K H S L
Decimal 11 188 220 0.95 0.15 0 0.14 189.19 0.9 0.45
Hex B BC DC 5F F 0 E BD 5A 2D
Octal 13 274 334 137 17 0 16 275 132 55
Binary 1011 10111100 11011100 1011111 1111 0 1110 10111101 1011010 101101

Color Harmonies of #0BBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCDC

Black with #0BBCDC

Text Example


Text Example

White with #0BBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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