Html Css Color HEX #12D5FC Deep Sky Blue

📋 copy color: '#12D5FC'

red 18 ◦ green 213 ◦ blue 252

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

Shades of Deep Sky Blue #12D5FC

Tints of Deep Sky Blue #12D5FC

RGB

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

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

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

R = 3.73%
G = 44.1%
B = 52.17%

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

#12D5FC (or 0x12D5FC) is known color: Deep Sky Blue. HEX triplet: 12, D5 and FC. RGB value is (18,213,252). Sum of RGB (Red+Green+Blue) = 18+213+252=483 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.73% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #12D5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D5FC is #ED2A03. Grayscale: #9E9E9E. Windows color (decimal): -15542788 or 16569618. OLE color: 16569618.

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

Color convert

RGB 18 213 252 -
CMYK 0.93 0.15 0 0.01
HSL 190º 0.98% 0.53% -
HSV(B) 190º 0.93% 0.99% -
XYZ 41.61 54.75 100.47 -
YUV 159.14 180.4 27.33 -
System Red Green Blue C M Y K H S L
Decimal 18 213 252 0.93 0.15 0 0.01 190 0.98 0.53
Hex 12 D5 FC 5D F 0 1 BE 62 35
Octal 22 325 374 135 17 0 1 276 142 65
Binary 10010 11010101 11111100 1011101 1111 0 1 10111110 1100010 110101

Color Harmonies of #12D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D5FC

Black with #12D5FC

Text Example


Text Example

White with #12D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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