Html Css Color HEX #27D6FF Deep Sky Blue

📋 copy color: '#27D6FF'

red 39 ◦ green 214 ◦ blue 255

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

Shades of Deep Sky Blue #27D6FF

Tints of Deep Sky Blue #27D6FF

RGB

 RED value IS 39 (15.63% from 255) = 7.68%

 GREEN value IS 214 (83.98% from 255) = 42.13%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 7.68%
G = 42.13%
B = 50.2%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#27D6FF (or 0x27D6FF) is known color: Deep Sky Blue. HEX triplet: 27, D6 and FF. RGB value is (39,214,255). Sum of RGB (Red+Green+Blue) = 39+214+255=508 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.68% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #27D6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D6FF is #D82900. Grayscale: #A6A6A6. Windows color (decimal): -14166273 or 16766503. OLE color: 16766503.

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

Color convert

RGB 39 214 255 -
CMYK 0.85 0.16 0 0
HSL 191.39º 1% 0.58% -
HSV(B) 191.39º 0.85% 1% -
XYZ 42.93 55.74 103.1 -
YUV 166.35 178.02 37.17 -
System Red Green Blue C M Y K H S L
Decimal 39 214 255 0.85 0.16 0 0 191.39 1 0.58
Hex 27 D6 FF 55 10 0 0 BF 64 3A
Octal 47 326 377 125 20 0 0 277 144 72
Binary 100111 11010110 11111111 1010101 10000 0 0 10111111 1100100 111010

Color Harmonies of #27D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D6FF

Black with #27D6FF

Text Example


Text Example

White with #27D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27D6FF;
 }
 .AnyTagClassName
 {
   color: #27D6FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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