Html Css Color HEX #0CBCCF Iris Blue

📋 copy color: '#0CBCCF'

red 12 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #0CBCCF

Tints of Iris Blue #0CBCCF

RGB

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

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

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

R = 2.95%
G = 46.19%
B = 50.86%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CBCCF (or 0x0CBCCF) is known color: Iris Blue. HEX triplet: 0C, BC and CF. RGB value is (12,188,207). Sum of RGB (Red+Green+Blue) = 12+188+207=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CBCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCCF is #F34330. Grayscale: #898989. Windows color (decimal): -15942449 or 13614092. OLE color: 13614092.

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

Color convert

RGB 12 188 207 -
CMYK 0.94 0.09 0 0.19
HSL 185.85º 0.89% 0.43% -
HSV(B) 185.85º 0.94% 0.81% -
XYZ 29.4 40.55 65.31 -
YUV 137.54 167.19 38.46 -
System Red Green Blue C M Y K H S L
Decimal 12 188 207 0.94 0.09 0 0.19 185.85 0.89 0.43
Hex C BC CF 5E 9 0 13 BA 59 2B
Octal 14 274 317 136 11 0 23 272 131 53
Binary 1100 10111100 11001111 1011110 1001 0 10011 10111010 1011001 101011

Color Harmonies of #0CBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCCF

Black with #0CBCCF

Text Example


Text Example

White with #0CBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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