Html Css Color HEX #0BBCB8 Iris Blue

📋 copy color: '#0BBCB8'

red 11 ◦ green 188 ◦ blue 184

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

Shades of Iris Blue #0BBCB8

Tints of Iris Blue #0BBCB8

RGB

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

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

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

R = 2.87%
G = 49.09%
B = 48.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#0BBCB8 (or 0x0BBCB8) is known color: Iris Blue. HEX triplet: 0B, BC and B8. RGB value is (11,188,184). Sum of RGB (Red+Green+Blue) = 11+188+184=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCB8 is #F44347. Grayscale: #868686. Windows color (decimal): -16008008 or 12106763. OLE color: 12106763.

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

Color convert

RGB 11 188 184 -
CMYK 0.94 0 0.02 0.26
HSL 178.64º 0.89% 0.39% -
HSV(B) 178.64º 0.94% 0.74% -
XYZ 26.77 39.5 51.56 -
YUV 134.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 11 188 184 0.94 0 0.02 0.26 178.64 0.89 0.39
Hex B BC B8 5E 0 2 1A B3 59 27
Octal 13 274 270 136 0 2 32 263 131 47
Binary 1011 10111100 10111000 1011110 0 10 11010 10110011 1011001 100111

Color Harmonies of #0BBCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCB8

Black with #0BBCB8

Text Example


Text Example

White with #0BBCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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