Html Css Color HEX #0CB0CF Iris Blue

📋 copy color: '#0CB0CF'

red 12 ◦ green 176 ◦ blue 207

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

Shades of Iris Blue #0CB0CF

Tints of Iris Blue #0CB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

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

R = 3.04%
G = 44.56%
B = 52.41%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CB0CF (or 0x0CB0CF) is known color: Iris Blue. HEX triplet: 0C, B0 and CF. RGB value is (12,176,207). Sum of RGB (Red+Green+Blue) = 12+176+207=395 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.04% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CB0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB0CF is #F34F30. Grayscale: #828282. Windows color (decimal): -15945521 or 13611020. OLE color: 13611020.

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

Color convert

RGB 12 176 207 -
CMYK 0.94 0.15 0 0.19
HSL 189.54º 0.89% 0.43% -
HSV(B) 189.54º 0.94% 0.81% -
XYZ 26.94 35.63 64.49 -
YUV 130.5 171.17 43.48 -
System Red Green Blue C M Y K H S L
Decimal 12 176 207 0.94 0.15 0 0.19 189.54 0.89 0.43
Hex C B0 CF 5E F 0 13 BE 59 2B
Octal 14 260 317 136 17 0 23 276 131 53
Binary 1100 10110000 11001111 1011110 1111 0 10011 10111110 1011001 101011

Color Harmonies of #0CB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB0CF

Black with #0CB0CF

Text Example


Text Example

White with #0CB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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