Html Css Color HEX #0BBDB8 Iris Blue

📋 copy color: '#0BBDB8'

red 11 ◦ green 189 ◦ blue 184

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

Shades of Iris Blue #0BBDB8

Tints of Iris Blue #0BBDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.22%

 BLUE value IS 184 (72.27% from 255) = 47.92%

R = 2.86%
G = 49.22%
B = 47.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#0BBDB8 (or 0x0BBDB8) is known color: Iris Blue. HEX triplet: 0B, BD and B8. RGB value is (11,189,184). Sum of RGB (Red+Green+Blue) = 11+189+184=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBDB8 is #F44247. Grayscale: #878787. Windows color (decimal): -16007752 or 12107019. OLE color: 12107019.

HSL color Cylindrical-coordinate representation of color #0BBDB8: hue angle of 178.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBDB8 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 189 184 -
CMYK 0.94 0 0.03 0.26
HSL 178.31º 0.89% 0.39% -
HSV(B) 178.31º 0.94% 0.74% -
XYZ 26.99 39.93 51.63 -
YUV 135.21 155.53 39.41 -
System Red Green Blue C M Y K H S L
Decimal 11 189 184 0.94 0 0.03 0.26 178.31 0.89 0.39
Hex B BD B8 5E 0 3 1A B2 59 27
Octal 13 275 270 136 0 3 32 262 131 47
Binary 1011 10111101 10111000 1011110 0 11 11010 10110010 1011001 100111

Color Harmonies of #0BBDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBDB8

Black with #0BBDB8

Text Example


Text Example

White with #0BBDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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