Html Css Color HEX #0CAFDC Iris Blue

📋 copy color: '#0CAFDC'

red 12 ◦ green 175 ◦ blue 220

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

Shades of Iris Blue #0CAFDC

Tints of Iris Blue #0CAFDC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43%

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

R = 2.95%
G = 43%
B = 54.05%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0CAFDC (or 0x0CAFDC) is known color: Iris Blue. HEX triplet: 0C, AF and DC. RGB value is (12,175,220). Sum of RGB (Red+Green+Blue) = 12+175+220=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #0CAFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFDC is #F35023. Grayscale: #838383. Windows color (decimal): -15945764 or 14462732. OLE color: 14462732.

HSL color Cylindrical-coordinate representation of color #0CAFDC: hue angle of 192.98º 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 #0CAFDC is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 175 220 -
CMYK 0.95 0.20 0 0.14
HSL 192.98º 0.9% 0.45% -
HSV(B) 192.98º 0.95% 0.86% -
XYZ 28.4 35.91 73.14 -
YUV 131.39 178 42.84 -
System Red Green Blue C M Y K H S L
Decimal 12 175 220 0.95 0.20 0 0.14 192.98 0.9 0.45
Hex C AF DC 5F 14 0 E C1 5A 2D
Octal 14 257 334 137 24 0 16 301 132 55
Binary 1100 10101111 11011100 1011111 10100 0 1110 11000001 1011010 101101

Color Harmonies of #0CAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFDC

Black with #0CAFDC

Text Example


Text Example

White with #0CAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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