Html Css Color HEX #0BB8DE Iris Blue

📋 copy color: '#0BB8DE'

red 11 ◦ green 184 ◦ blue 222

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

Shades of Iris Blue #0BB8DE

Tints of Iris Blue #0BB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.12%

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 2.64%
G = 44.12%
B = 53.24%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BB8DE (or 0x0BB8DE) is known color: Iris Blue. HEX triplet: 0B, B8 and DE. RGB value is (11,184,222). Sum of RGB (Red+Green+Blue) = 11+184+222=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BB8DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB8DE is #F44721. Grayscale: #888888. Windows color (decimal): -16008994 or 14596107. OLE color: 14596107.

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

Color convert

RGB 11 184 222 -
CMYK 0.95 0.17 0 0.13
HSL 190.81º 0.91% 0.46% -
HSV(B) 190.81º 0.95% 0.87% -
XYZ 30.46 39.63 75.15 -
YUV 136.61 176.19 38.41 -
System Red Green Blue C M Y K H S L
Decimal 11 184 222 0.95 0.17 0 0.13 190.81 0.91 0.46
Hex B B8 DE 5F 11 0 D BF 5B 2E
Octal 13 270 336 137 21 0 15 277 133 56
Binary 1011 10111000 11011110 1011111 10001 0 1101 10111111 1011011 101110

Color Harmonies of #0BB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB8DE

Black with #0BB8DE

Text Example


Text Example

White with #0BB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,184,222); }

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

background-color css

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

 a { background-color: rgb(11,184,222); }

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

border-color css

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

 span { border-color: rgb(11,184,222); }

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