Html Css Color HEX #0CAFCA Iris Blue

📋 copy color: '#0CAFCA'

red 12 ◦ green 175 ◦ blue 202

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

Shades of Iris Blue #0CAFCA

Tints of Iris Blue #0CAFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.93%

R = 3.08%
G = 44.99%
B = 51.93%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0CAFCA (or 0x0CAFCA) is known color: Iris Blue. HEX triplet: 0C, AF and CA. RGB value is (12,175,202). Sum of RGB (Red+Green+Blue) = 12+175+202=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #0CAFCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFCA is #F35035. Grayscale: #818181. Windows color (decimal): -15945782 or 13283084. OLE color: 13283084.

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

Color convert

RGB 12 175 202 -
CMYK 0.94 0.13 0 0.21
HSL 188.53º 0.89% 0.42% -
HSV(B) 188.53º 0.94% 0.79% -
XYZ 26.14 35 61.26 -
YUV 129.34 169 44.3 -
System Red Green Blue C M Y K H S L
Decimal 12 175 202 0.94 0.13 0 0.21 188.53 0.89 0.42
Hex C AF CA 5E D 0 15 BD 59 2A
Octal 14 257 312 136 15 0 25 275 131 52
Binary 1100 10101111 11001010 1011110 1101 0 10101 10111101 1011001 101010

Color Harmonies of #0CAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFCA

Black with #0CAFCA

Text Example


Text Example

White with #0CAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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