Html Css Color HEX #0BBCB7 Iris Blue

📋 copy color: '#0BBCB7'

red 11 ◦ green 188 ◦ blue 183

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

Shades of Iris Blue #0BBCB7

Tints of Iris Blue #0BBCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.91%

R = 2.88%
G = 49.21%
B = 47.91%

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

#0BBCB7 (or 0x0BBCB7) is known color: Iris Blue. HEX triplet: 0B, BC and B7. RGB value is (11,188,183). Sum of RGB (Red+Green+Blue) = 11+188+183=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCB7 is #F44348. Grayscale: #868686. Windows color (decimal): -16008009 or 12041227. OLE color: 12041227.

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

Color convert

RGB 11 188 183 -
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.67 39.46 51.01 -
YUV 134.51 155.36 39.91 -
System Red Green Blue C M Y K H S L
Decimal 11 188 183 0.94 0 0.03 0.26 178.31 0.89 0.39
Hex B BC B7 5E 0 3 1A B2 59 27
Octal 13 274 267 136 0 3 32 262 131 47
Binary 1011 10111100 10110111 1011110 0 11 11010 10110010 1011001 100111

Color Harmonies of #0BBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCB7

Black with #0BBCB7

Text Example


Text Example

White with #0BBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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