Html Css Color HEX #12CFFD Deep Sky Blue

📋 copy color: '#12CFFD'

red 18 ◦ green 207 ◦ blue 253

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

Shades of Deep Sky Blue #12CFFD

Tints of Deep Sky Blue #12CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.31%

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

R = 3.77%
G = 43.31%
B = 52.93%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12CFFD (or 0x12CFFD) is known color: Deep Sky Blue. HEX triplet: 12, CF and FD. RGB value is (18,207,253). Sum of RGB (Red+Green+Blue) = 18+207+253=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #12CFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12CFFD is #ED3002. Grayscale: #9B9B9B. Windows color (decimal): -15544323 or 16633618. OLE color: 16633618.

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

Color convert

RGB 18 207 253 -
CMYK 0.93 0.18 0 0.01
HSL 191.74º 0.98% 0.53% -
HSV(B) 191.74º 0.93% 0.99% -
XYZ 40.29 51.85 100.81 -
YUV 155.73 182.88 29.76 -
System Red Green Blue C M Y K H S L
Decimal 18 207 253 0.93 0.18 0 0.01 191.74 0.98 0.53
Hex 12 CF FD 5D 12 0 1 C0 62 35
Octal 22 317 375 135 22 0 1 300 142 65
Binary 10010 11001111 11111101 1011101 10010 0 1 11000000 1100010 110101

Color Harmonies of #12CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFFD

Black with #12CFFD

Text Example


Text Example

White with #12CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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