Html Css Color HEX #12D8FD Deep Sky Blue

📋 copy color: '#12D8FD'

red 18 ◦ green 216 ◦ blue 253

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

Shades of Deep Sky Blue #12D8FD

Tints of Deep Sky Blue #12D8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

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

R = 3.7%
G = 44.35%
B = 51.95%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12D8FD (or 0x12D8FD) is known color: Deep Sky Blue. HEX triplet: 12, D8 and FD. RGB value is (18,216,253). Sum of RGB (Red+Green+Blue) = 18+216+253=487 (64% of max value = 765). Red value is 18 (7.42% from 255 or 3.70% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #12D8FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D8FD is #ED2702. Grayscale: #A0A0A0. Windows color (decimal): -15542019 or 16635922. OLE color: 16635922.

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

Color convert

RGB 18 216 253 -
CMYK 0.93 0.15 0 0.01
HSL 189.45º 0.98% 0.53% -
HSV(B) 189.45º 0.93% 0.99% -
XYZ 42.53 56.33 101.56 -
YUV 161.02 179.9 25.99 -
System Red Green Blue C M Y K H S L
Decimal 18 216 253 0.93 0.15 0 0.01 189.45 0.98 0.53
Hex 12 D8 FD 5D F 0 1 BD 62 35
Octal 22 330 375 135 17 0 1 275 142 65
Binary 10010 11011000 11111101 1011101 1111 0 1 10111101 1100010 110101

Color Harmonies of #12D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D8FD

Black with #12D8FD

Text Example


Text Example

White with #12D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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