#27D4FF

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

Shades of Deep Sky Blue #27D4FF

Tints of Deep Sky Blue #27D4FF

Color information

#27D4FF (or 0x27D4FF) is unknown color: approx Deep Sky Blue. HEX triplet: 27, D4 and FF. RGB value is (39,212,255). Sum of RGB (Red+Green+Blue) = 39+212+255=506 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.71% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #27D4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D4FF is #D82B00. Grayscale: #A4A4A4. Windows color (decimal): -14166785 or 16765991. OLE color: 16765991.

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

Color convert

RGB39212255-
CMYK0.850.1700
HSL191.94º100%57.65%-
HSV(B)191.94º84.71%100%-
XYZ42.4354.74102.94-
YUV165.18178.6938-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.71%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 255 (100% from 255) = 50.40%
R=7.71%
G=41.90%
B=50.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal392122550.850.1700191.9410057.65
Hex27D4FF551100c0643a
Octal47324377125210030014472
Binary100111110101001111111110101011000100110000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,212,255); }

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

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

 a { background-color: rgb(39,212,255); }

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

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

 span { border-color: rgb(39,212,255); }

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