Html Css Color HEX #12CCFD Deep Sky Blue

📋 copy color: '#12CCFD'

red 18 ◦ green 204 ◦ blue 253

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

Shades of Deep Sky Blue #12CCFD

Tints of Deep Sky Blue #12CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.95%

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

R = 3.79%
G = 42.95%
B = 53.26%

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

#12CCFD (or 0x12CCFD) is known color: Deep Sky Blue. HEX triplet: 12, CC and FD. RGB value is (18,204,253). Sum of RGB (Red+Green+Blue) = 18+204+253=475 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.79% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #12CCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CCFD is #ED3302. Grayscale: #999999. Windows color (decimal): -15545091 or 16632850. OLE color: 16632850.

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

Color convert

RGB 18 204 253 -
CMYK 0.93 0.19 0 0.01
HSL 192.51º 0.98% 0.53% -
HSV(B) 192.51º 0.93% 0.99% -
XYZ 39.57 50.41 100.57 -
YUV 153.97 183.88 31.02 -
System Red Green Blue C M Y K H S L
Decimal 18 204 253 0.93 0.19 0 0.01 192.51 0.98 0.53
Hex 12 CC FD 5D 13 0 1 C1 62 35
Octal 22 314 375 135 23 0 1 301 142 65
Binary 10010 11001100 11111101 1011101 10011 0 1 11000001 1100010 110101

Color Harmonies of #12CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCFD

Black with #12CCFD

Text Example


Text Example

White with #12CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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