Html Css Color HEX #0CCAFA Deep Sky Blue

📋 copy color: '#0CCAFA'

red 12 ◦ green 202 ◦ blue 250

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

Shades of Deep Sky Blue #0CCAFA

Tints of Deep Sky Blue #0CCAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 2.59%
G = 43.53%
B = 53.88%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0CCAFA (or 0x0CCAFA) is known color: Deep Sky Blue. HEX triplet: 0C, CA and FA. RGB value is (12,202,250). Sum of RGB (Red+Green+Blue) = 12+202+250=464 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.59% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CCAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCAFA is #F33505. Grayscale: #969696. Windows color (decimal): -15938822 or 16435724. OLE color: 16435724.

HSL color Cylindrical-coordinate representation of color #0CCAFA: hue angle of 192.1º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCAFA is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 202 250 -
CMYK 0.95 0.19 0 0.02
HSL 192.1º 0.96% 0.51% -
HSV(B) 192.1º 0.95% 0.98% -
XYZ 38.53 49.22 97.91 -
YUV 150.66 184.05 29.1 -
System Red Green Blue C M Y K H S L
Decimal 12 202 250 0.95 0.19 0 0.02 192.1 0.96 0.51
Hex C CA FA 5F 13 0 2 C0 60 33
Octal 14 312 372 137 23 0 2 300 140 63
Binary 1100 11001010 11111010 1011111 10011 0 10 11000000 1100000 110011

Color Harmonies of #0CCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAFA

Black with #0CCAFA

Text Example


Text Example

White with #0CCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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