Html Css Color HEX #0CAFDA Iris Blue

📋 copy color: '#0CAFDA'

red 12 ◦ green 175 ◦ blue 218

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

Shades of Iris Blue #0CAFDA

Tints of Iris Blue #0CAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 2.96%
G = 43.21%
B = 53.83%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0CAFDA (or 0x0CAFDA) is known color: Iris Blue. HEX triplet: 0C, AF and DA. RGB value is (12,175,218). Sum of RGB (Red+Green+Blue) = 12+175+218=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CAFDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFDA is #F35025. Grayscale: #828282. Windows color (decimal): -15945766 or 14331660. OLE color: 14331660.

HSL color Cylindrical-coordinate representation of color #0CAFDA: hue angle of 192.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAFDA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 175 218 -
CMYK 0.94 0.20 0 0.15
HSL 192.52º 0.9% 0.45% -
HSV(B) 192.52º 0.94% 0.85% -
XYZ 28.14 35.8 71.76 -
YUV 131.17 177 43 -
System Red Green Blue C M Y K H S L
Decimal 12 175 218 0.94 0.20 0 0.15 192.52 0.9 0.45
Hex C AF DA 5E 14 0 F C1 5A 2D
Octal 14 257 332 136 24 0 17 301 132 55
Binary 1100 10101111 11011010 1011110 10100 0 1111 11000001 1011010 101101

Color Harmonies of #0CAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFDA

Black with #0CAFDA

Text Example


Text Example

White with #0CAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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