Html Css Color HEX #0BC1CB Iris Blue

📋 copy color: '#0BC1CB'

red 11 ◦ green 193 ◦ blue 203

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

Shades of Iris Blue #0BC1CB

Tints of Iris Blue #0BC1CB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.42%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 2.7%
G = 47.42%
B = 49.88%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BC1CB (or 0x0BC1CB) is known color: Iris Blue. HEX triplet: 0B, C1 and CB. RGB value is (11,193,203). Sum of RGB (Red+Green+Blue) = 11+193+203=407 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BC1CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC1CB is #F43E34. Grayscale: #8B8B8B. Windows color (decimal): -16006709 or 13353227. OLE color: 13353227.

HSL color Cylindrical-coordinate representation of color #0BC1CB: hue angle of 183.12º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC1CB is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 193 203 -
CMYK 0.95 0.05 0 0.20
HSL 183.13º 0.9% 0.42% -
HSV(B) 183.13º 0.95% 0.8% -
XYZ 29.99 42.52 63.13 -
YUV 139.72 163.7 36.19 -
System Red Green Blue C M Y K H S L
Decimal 11 193 203 0.95 0.05 0 0.20 183.13 0.9 0.42
Hex B C1 CB 5F 5 0 14 B7 5A 2A
Octal 13 301 313 137 5 0 24 267 132 52
Binary 1011 11000001 11001011 1011111 101 0 10100 10110111 1011010 101010

Color Harmonies of #0BC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC1CB

Black with #0BC1CB

Text Example


Text Example

White with #0BC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,193,203); }

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

background-color css

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

 a { background-color: rgb(11,193,203); }

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

border-color css

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

 span { border-color: rgb(11,193,203); }

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