#27D2FE

Color #27D2FE Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #27D2FE

Tints of Deep Sky Blue #27D2FE

Color information

#27D2FE (or 0x27D2FE) is unknown color: approx Deep Sky Blue. HEX triplet: 27, D2 and FE. RGB value is (39,210,254). Sum of RGB (Red+Green+Blue) = 39+210+254=503 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.75% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #27D2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D2FE is #D82D01. Grayscale: #A3A3A3. Windows color (decimal): -14167298 or 16699943. OLE color: 16699943.

HSL color Cylindrical-coordinate representation of color #27D2FE: hue angle of 192.28º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27D2FE is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB39210254-
CMYK0.850.1700.00
HSL192.28º99.08%57.45%-
HSV(B)192.28º84.65%99.61%-
XYZ41.7753.68101.93-
YUV163.89178.8538.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.75%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=7.75%
G=41.75%
B=50.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal392102540.850.1700.00192.2899.0857.45
Hex27D2FE551100c06339
Octal47322376125210030014371
Binary100111110100101111111010101011000100110000001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27D2FE; }

 p { color: rgb(39,210,254); }

 H1.HeaderClassName
 {
   color: #27D2FE;
 }
 .AnyTagClassName
 {
   color: #27D2FE;
 }
</style>
background-color css

<style>
 a { background-color: #27D2FE; }

 a { background-color: rgb(39,210,254); }

 div.DivClassName
 {
   background-color: #27D2FE;
 }
 .BgClassName
 {
   background-color: #27D2FE;
 }
</style>
border-color css

<style>
 span { border-color: #27D2FE; }

 span { border-color: rgb(39,210,254); }

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