Html Css Color HEX #12D5FD Deep Sky Blue

📋 copy color: '#12D5FD'

red 18 ◦ green 213 ◦ blue 253

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

Shades of Deep Sky Blue #12D5FD

Tints of Deep Sky Blue #12D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

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

R = 3.72%
G = 44.01%
B = 52.27%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12D5FD (or 0x12D5FD) is known color: Deep Sky Blue. HEX triplet: 12, D5 and FD. RGB value is (18,213,253). Sum of RGB (Red+Green+Blue) = 18+213+253=484 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.72% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #12D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D5FD is #ED2A02. Grayscale: #9E9E9E. Windows color (decimal): -15542787 or 16635154. OLE color: 16635154.

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

Color convert

RGB 18 213 253 -
CMYK 0.93 0.16 0 0.01
HSL 190.21º 0.98% 0.53% -
HSV(B) 190.21º 0.93% 0.99% -
XYZ 41.77 54.81 101.31 -
YUV 159.26 180.9 27.25 -
System Red Green Blue C M Y K H S L
Decimal 18 213 253 0.93 0.16 0 0.01 190.21 0.98 0.53
Hex 12 D5 FD 5D 10 0 1 BE 62 35
Octal 22 325 375 135 20 0 1 276 142 65
Binary 10010 11010101 11111101 1011101 10000 0 1 10111110 1100010 110101

Color Harmonies of #12D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D5FD

Black with #12D5FD

Text Example


Text Example

White with #12D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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