Html Css Color HEX #0CBCCE Iris Blue

📋 copy color: '#0CBCCE'

red 12 ◦ green 188 ◦ blue 206

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

Shades of Iris Blue #0CBCCE

Tints of Iris Blue #0CBCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 2.96%
G = 46.31%
B = 50.74%

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

#0CBCCE (or 0x0CBCCE) is known color: Iris Blue. HEX triplet: 0C, BC and CE. RGB value is (12,188,206). Sum of RGB (Red+Green+Blue) = 12+188+206=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CBCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBCCE is #F34331. Grayscale: #898989. Windows color (decimal): -15942450 or 13548556. OLE color: 13548556.

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

Color convert

RGB 12 188 206 -
CMYK 0.94 0.09 0 0.19
HSL 185.57º 0.89% 0.43% -
HSV(B) 185.57º 0.94% 0.81% -
XYZ 29.28 40.5 64.67 -
YUV 137.43 166.69 38.54 -
System Red Green Blue C M Y K H S L
Decimal 12 188 206 0.94 0.09 0 0.19 185.57 0.89 0.43
Hex C BC CE 5E 9 0 13 BA 59 2B
Octal 14 274 316 136 11 0 23 272 131 53
Binary 1100 10111100 11001110 1011110 1001 0 10011 10111010 1011001 101011

Color Harmonies of #0CBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBCCE

Black with #0CBCCE

Text Example


Text Example

White with #0CBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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