Html Css Color HEX #12DAFD Deep Sky Blue

📋 copy color: '#12DAFD'

red 18 ◦ green 218 ◦ blue 253

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

Shades of Deep Sky Blue #12DAFD

Tints of Deep Sky Blue #12DAFD

RGB

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

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

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

R = 3.68%
G = 44.58%
B = 51.74%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12DAFD (or 0x12DAFD) is known color: Deep Sky Blue. HEX triplet: 12, DA and FD. RGB value is (18,218,253). Sum of RGB (Red+Green+Blue) = 18+218+253=489 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.68% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #12DAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DAFD is #ED2502. Grayscale: #A1A1A1. Windows color (decimal): -15541507 or 16636434. OLE color: 16636434.

HSL color Cylindrical-coordinate representation of color #12DAFD: hue angle of 188.94º 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 #12DAFD is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 218 253 -
CMYK 0.93 0.14 0 0.01
HSL 188.94º 0.98% 0.53% -
HSV(B) 188.94º 0.93% 0.99% -
XYZ 43.05 57.36 101.73 -
YUV 162.19 179.24 25.15 -
System Red Green Blue C M Y K H S L
Decimal 18 218 253 0.93 0.14 0 0.01 188.94 0.98 0.53
Hex 12 DA FD 5D E 0 1 BD 62 35
Octal 22 332 375 135 16 0 1 275 142 65
Binary 10010 11011010 11111101 1011101 1110 0 1 10111101 1100010 110101

Color Harmonies of #12DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DAFD

Black with #12DAFD

Text Example


Text Example

White with #12DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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