Html Css Color HEX #0CAFFD Deep Sky Blue

📋 copy color: '#0CAFFD'

red 12 ◦ green 175 ◦ blue 253

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

Shades of Deep Sky Blue #0CAFFD

Tints of Deep Sky Blue #0CAFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 2.73%
G = 39.77%
B = 57.5%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0CAFFD (or 0x0CAFFD) is known color: Deep Sky Blue. HEX triplet: 0C, AF and FD. RGB value is (12,175,253). Sum of RGB (Red+Green+Blue) = 12+175+253=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CAFFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAFFD is #F35002. Grayscale: #868686. Windows color (decimal): -15945731 or 16625420. OLE color: 16625420.

HSL color Cylindrical-coordinate representation of color #0CAFFD: hue angle of 199.42º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAFFD is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 12 175 253 -
CMYK 0.95 0.31 0 0.01
HSL 199.42º 0.98% 0.52% -
HSV(B) 199.42º 0.95% 0.99% -
XYZ 33.21 37.83 98.48 -
YUV 135.16 194.5 40.16 -
System Red Green Blue C M Y K H S L
Decimal 12 175 253 0.95 0.31 0 0.01 199.42 0.98 0.52
Hex C AF FD 5F 1F 0 1 C7 62 34
Octal 14 257 375 137 37 0 1 307 142 64
Binary 1100 10101111 11111101 1011111 11111 0 1 11000111 1100010 110100

Color Harmonies of #0CAFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAFFD

Black with #0CAFFD

Text Example


Text Example

White with #0CAFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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