Html Css Color HEX #12CEFD Deep Sky Blue

📋 copy color: '#12CEFD'

red 18 ◦ green 206 ◦ blue 253

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

Shades of Deep Sky Blue #12CEFD

Tints of Deep Sky Blue #12CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

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

R = 3.77%
G = 43.19%
B = 53.04%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12CEFD (or 0x12CEFD) is known color: Deep Sky Blue. HEX triplet: 12, CE and FD. RGB value is (18,206,253). Sum of RGB (Red+Green+Blue) = 18+206+253=477 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #12CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CEFD is #ED3102. Grayscale: #9A9A9A. Windows color (decimal): -15544579 or 16633362. OLE color: 16633362.

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

Color convert

RGB 18 206 253 -
CMYK 0.93 0.19 0 0.01
HSL 192º 0.98% 0.53% -
HSV(B) 192º 0.93% 0.99% -
XYZ 40.05 51.36 100.73 -
YUV 155.15 183.22 30.18 -
System Red Green Blue C M Y K H S L
Decimal 18 206 253 0.93 0.19 0 0.01 192 0.98 0.53
Hex 12 CE FD 5D 13 0 1 C0 62 35
Octal 22 316 375 135 23 0 1 300 142 65
Binary 10010 11001110 11111101 1011101 10011 0 1 11000000 1100010 110101

Color Harmonies of #12CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CEFD

Black with #12CEFD

Text Example


Text Example

White with #12CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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