Html Css Color HEX #0BBCBD Iris Blue

📋 copy color: '#0BBCBD'

red 11 ◦ green 188 ◦ blue 189

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

Shades of Iris Blue #0BBCBD

Tints of Iris Blue #0BBCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 2.84%
G = 48.45%
B = 48.71%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0BBCBD (or 0x0BBCBD) is known color: Iris Blue. HEX triplet: 0B, BC and BD. RGB value is (11,188,189). Sum of RGB (Red+Green+Blue) = 11+188+189=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BBCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCBD is #F44342. Grayscale: #878787. Windows color (decimal): -16008003 or 12434443. OLE color: 12434443.

HSL color Cylindrical-coordinate representation of color #0BBCBD: hue angle of 180.34º 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 #0BBCBD is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 188 189 -
CMYK 0.94 0.01 0 0.26
HSL 180.34º 0.89% 0.39% -
HSV(B) 180.34º 0.94% 0.74% -
XYZ 27.31 39.71 54.37 -
YUV 135.19 158.36 39.42 -
System Red Green Blue C M Y K H S L
Decimal 11 188 189 0.94 0.01 0 0.26 180.34 0.89 0.39
Hex B BC BD 5E 1 0 1A B4 59 27
Octal 13 274 275 136 1 0 32 264 131 47
Binary 1011 10111100 10111101 1011110 1 0 11010 10110100 1011001 100111

Color Harmonies of #0BBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCBD

Black with #0BBCBD

Text Example


Text Example

White with #0BBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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