Html Css Color HEX #0CB9CF Iris Blue

📋 copy color: '#0CB9CF'

red 12 ◦ green 185 ◦ blue 207

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

Shades of Iris Blue #0CB9CF

Tints of Iris Blue #0CB9CF

RGB

 RED value IS 12 (5.08% from 255) = 2.97%

 GREEN value IS 185 (72.66% from 255) = 45.79%

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 2.97%
G = 45.79%
B = 51.24%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CB9CF (or 0x0CB9CF) is known color: Iris Blue. HEX triplet: 0C, B9 and CF. RGB value is (12,185,207). Sum of RGB (Red+Green+Blue) = 12+185+207=404 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.97% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CB9CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB9CF is #F34630. Grayscale: #878787. Windows color (decimal): -15943217 or 13613324. OLE color: 13613324.

HSL color Cylindrical-coordinate representation of color #0CB9CF: hue angle of 186.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB9CF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 185 207 -
CMYK 0.94 0.11 0 0.19
HSL 186.77º 0.89% 0.43% -
HSV(B) 186.77º 0.94% 0.81% -
XYZ 28.76 39.28 65.1 -
YUV 135.78 168.19 39.71 -
System Red Green Blue C M Y K H S L
Decimal 12 185 207 0.94 0.11 0 0.19 186.77 0.89 0.43
Hex C B9 CF 5E B 0 13 BB 59 2B
Octal 14 271 317 136 13 0 23 273 131 53
Binary 1100 10111001 11001111 1011110 1011 0 10011 10111011 1011001 101011

Color Harmonies of #0CB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB9CF

Black with #0CB9CF

Text Example


Text Example

White with #0CB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,185,207); }

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

background-color css

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

 a { background-color: rgb(12,185,207); }

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

border-color css

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

 span { border-color: rgb(12,185,207); }

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