Html Css Color HEX #12DAFC Deep Sky Blue

📋 copy color: '#12DAFC'

red 18 ◦ green 218 ◦ blue 252

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

Shades of Deep Sky Blue #12DAFC

Tints of Deep Sky Blue #12DAFC

RGB

 RED value IS 18 (7.42% from 255) = 3.69%

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

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

R = 3.69%
G = 44.67%
B = 51.64%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12DAFC (or 0x12DAFC) is known color: Deep Sky Blue. HEX triplet: 12, DA and FC. RGB value is (18,218,252). Sum of RGB (Red+Green+Blue) = 18+218+252=488 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.69% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #12DAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DAFC is #ED2503. Grayscale: #A1A1A1. Windows color (decimal): -15541508 or 16570898. OLE color: 16570898.

HSL color Cylindrical-coordinate representation of color #12DAFC: hue angle of 188.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DAFC is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 218 252 -
CMYK 0.93 0.13 0 0.01
HSL 188.72º 0.98% 0.53% -
HSV(B) 188.72º 0.93% 0.99% -
XYZ 42.89 57.3 100.89 -
YUV 162.08 178.74 25.24 -
System Red Green Blue C M Y K H S L
Decimal 18 218 252 0.93 0.13 0 0.01 188.72 0.98 0.53
Hex 12 DA FC 5D D 0 1 BD 62 35
Octal 22 332 374 135 15 0 1 275 142 65
Binary 10010 11011010 11111100 1011101 1101 0 1 10111101 1100010 110101

Color Harmonies of #12DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DAFC

Black with #12DAFC

Text Example


Text Example

White with #12DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DAFC; }

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

 H1.HeaderClassName
 {
   color: #12DAFC;
 }
 .AnyTagClassName
 {
   color: #12DAFC;
 }
</style>

background-color css

<style>
 a { background-color: #12DAFC; }

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

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

border-color css

<style>
 span { border-color: #12DAFC; }

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

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