Html Css Color HEX #0CDAFC Deep Sky Blue

📋 copy color: '#0CDAFC'

red 12 ◦ green 218 ◦ blue 252

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

Shades of Deep Sky Blue #0CDAFC

Tints of Deep Sky Blue #0CDAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 2.49%
G = 45.23%
B = 52.28%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0CDAFC (or 0x0CDAFC) is known color: Deep Sky Blue. HEX triplet: 0C, DA and FC. RGB value is (12,218,252). Sum of RGB (Red+Green+Blue) = 12+218+252=482 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.49% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #0CDAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDAFC is #F32503. Grayscale: #9F9F9F. Windows color (decimal): -15934724 or 16570892. OLE color: 16570892.

HSL color Cylindrical-coordinate representation of color #0CDAFC: hue angle of 188.5º 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 #0CDAFC is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 12 218 252 -
CMYK 0.95 0.13 0 0.01
HSL 188.5º 0.98% 0.52% -
HSV(B) 188.5º 0.95% 0.99% -
XYZ 42.79 57.25 100.89 -
YUV 160.28 179.75 22.24 -
System Red Green Blue C M Y K H S L
Decimal 12 218 252 0.95 0.13 0 0.01 188.5 0.98 0.52
Hex C DA FC 5F D 0 1 BC 62 34
Octal 14 332 374 137 15 0 1 274 142 64
Binary 1100 11011010 11111100 1011111 1101 0 1 10111100 1100010 110100

Color Harmonies of #0CDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDAFC

Black with #0CDAFC

Text Example


Text Example

White with #0CDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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