Html Css Color HEX #0CB5DC Iris Blue

📋 copy color: '#0CB5DC'

red 12 ◦ green 181 ◦ blue 220

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

Shades of Iris Blue #0CB5DC

Tints of Iris Blue #0CB5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 2.91%
G = 43.83%
B = 53.27%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CB5DC (or 0x0CB5DC) is known color: Iris Blue. HEX triplet: 0C, B5 and DC. RGB value is (12,181,220). Sum of RGB (Red+Green+Blue) = 12+181+220=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CB5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB5DC is #F34A23. Grayscale: #868686. Windows color (decimal): -15944228 or 14464268. OLE color: 14464268.

HSL color Cylindrical-coordinate representation of color #0CB5DC: hue angle of 191.25º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB5DC is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 181 220 -
CMYK 0.95 0.18 0 0.14
HSL 191.25º 0.9% 0.45% -
HSV(B) 191.25º 0.95% 0.86% -
XYZ 29.59 38.29 73.54 -
YUV 134.92 176.01 40.33 -
System Red Green Blue C M Y K H S L
Decimal 12 181 220 0.95 0.18 0 0.14 191.25 0.9 0.45
Hex C B5 DC 5F 12 0 E BF 5A 2D
Octal 14 265 334 137 22 0 16 277 132 55
Binary 1100 10110101 11011100 1011111 10010 0 1110 10111111 1011010 101101

Color Harmonies of #0CB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB5DC

Black with #0CB5DC

Text Example


Text Example

White with #0CB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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