#27D0FE

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

Shades of Deep Sky Blue #27D0FE

Tints of Deep Sky Blue #27D0FE

Color information

#27D0FE (or 0x27D0FE) is unknown color: approx Deep Sky Blue. HEX triplet: 27, D0 and FE. RGB value is (39,208,254). Sum of RGB (Red+Green+Blue) = 39+208+254=501 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.78% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #27D0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D0FE is #D82F01. Grayscale: #A2A2A2. Windows color (decimal): -14167810 or 16699431. OLE color: 16699431.

HSL color Cylindrical-coordinate representation of color #27D0FE: hue angle of 192.84º 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 #27D0FE is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB39208254-
CMYK0.850.1800.00
HSL192.84º99.08%57.45%-
HSV(B)192.84º84.65%99.61%-
XYZ41.2852.7101.76-
YUV162.71179.5139.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.78%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 254 (99.61% from 255) = 50.70%
R=7.78%
G=41.52%
B=50.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal392082540.850.1800.00192.8499.0857.45
Hex27D0FE551200c16339
Octal47320376125220030114371
Binary100111110100001111111010101011001000110000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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