Html Css Color HEX #0CAFDF Iris Blue

📋 copy color: '#0CAFDF'

red 12 ◦ green 175 ◦ blue 223

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

Shades of Iris Blue #0CAFDF

Tints of Iris Blue #0CAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 2.93%
G = 42.68%
B = 54.39%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CAFDF (or 0x0CAFDF) is known color: Iris Blue. HEX triplet: 0C, AF and DF. RGB value is (12,175,223). Sum of RGB (Red+Green+Blue) = 12+175+223=410 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CAFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFDF is #F35020. Grayscale: #838383. Windows color (decimal): -15945761 or 14659340. OLE color: 14659340.

HSL color Cylindrical-coordinate representation of color #0CAFDF: hue angle of 193.65º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAFDF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 175 223 -
CMYK 0.95 0.22 0 0.13
HSL 193.65º 0.9% 0.46% -
HSV(B) 193.65º 0.95% 0.87% -
XYZ 28.8 36.07 75.26 -
YUV 131.74 179.5 42.6 -
System Red Green Blue C M Y K H S L
Decimal 12 175 223 0.95 0.22 0 0.13 193.65 0.9 0.46
Hex C AF DF 5F 16 0 D C2 5A 2E
Octal 14 257 337 137 26 0 15 302 132 56
Binary 1100 10101111 11011111 1011111 10110 0 1101 11000010 1011010 101110

Color Harmonies of #0CAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFDF

Black with #0CAFDF

Text Example


Text Example

White with #0CAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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