Html Css Color HEX #0BB5DC Iris Blue

📋 copy color: '#0BB5DC'

red 11 ◦ green 181 ◦ blue 220

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

Shades of Iris Blue #0BB5DC

Tints of Iris Blue #0BB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.93%

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

R = 2.67%
G = 43.93%
B = 53.4%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0BB5DC (or 0x0BB5DC) is known color: Iris Blue. HEX triplet: 0B, B5 and DC. RGB value is (11,181,220). Sum of RGB (Red+Green+Blue) = 11+181+220=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BB5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB5DC is #F44A23. Grayscale: #868686. Windows color (decimal): -16009764 or 14464267. OLE color: 14464267.

HSL color Cylindrical-coordinate representation of color #0BB5DC: hue angle of 191.2º 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 #0BB5DC is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 181 220 -
CMYK 0.95 0.18 0 0.14
HSL 191.2º 0.9% 0.45% -
HSV(B) 191.2º 0.95% 0.86% -
XYZ 29.58 38.29 73.54 -
YUV 134.62 176.18 39.83 -
System Red Green Blue C M Y K H S L
Decimal 11 181 220 0.95 0.18 0 0.14 191.2 0.9 0.45
Hex B B5 DC 5F 12 0 E BF 5A 2D
Octal 13 265 334 137 22 0 16 277 132 55
Binary 1011 10110101 11011100 1011111 10010 0 1110 10111111 1011010 101101

Color Harmonies of #0BB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB5DC

Black with #0BB5DC

Text Example


Text Example

White with #0BB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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