Html Css Color HEX #0CB5CC Iris Blue

📋 copy color: '#0CB5CC'

red 12 ◦ green 181 ◦ blue 204

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

Shades of Iris Blue #0CB5CC

Tints of Iris Blue #0CB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.59%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 3.02%
G = 45.59%
B = 51.39%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0CB5CC (or 0x0CB5CC) is known color: Iris Blue. HEX triplet: 0C, B5 and CC. RGB value is (12,181,204). Sum of RGB (Red+Green+Blue) = 12+181+204=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CB5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB5CC is #F34A33. Grayscale: #848484. Windows color (decimal): -15944244 or 13415692. OLE color: 13415692.

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

Color convert

RGB 12 181 204 -
CMYK 0.94 0.11 0 0.2
HSL 187.19º 0.89% 0.42% -
HSV(B) 187.19º 0.94% 0.8% -
XYZ 27.57 37.49 62.91 -
YUV 133.09 168.01 41.63 -
System Red Green Blue C M Y K H S L
Decimal 12 181 204 0.94 0.11 0 0.2 187.19 0.89 0.42
Hex C B5 CC 5E B 0 14 BB 59 2A
Octal 14 265 314 136 13 0 24 273 131 52
Binary 1100 10110101 11001100 1011110 1011 0 10100 10111011 1011001 101010

Color Harmonies of #0CB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB5CC

Black with #0CB5CC

Text Example


Text Example

White with #0CB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,204); }

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

background-color css

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

 a { background-color: rgb(12,181,204); }

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

border-color css

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

 span { border-color: rgb(12,181,204); }

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