Html Css Color HEX #27CEFE Deep Sky Blue

📋 copy color: '#27CEFE'

red 39 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #27CEFE

Tints of Deep Sky Blue #27CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 7.82%
G = 41.28%
B = 50.9%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#27CEFE (or 0x27CEFE) is known color: Deep Sky Blue. HEX triplet: 27, CE and FE. RGB value is (39,206,254). Sum of RGB (Red+Green+Blue) = 39+206+254=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #27CEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CEFE is #D83101. Grayscale: #A1A1A1. Windows color (decimal): -14168322 or 16698919. OLE color: 16698919.

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

Color convert

RGB 39 206 254 -
CMYK 0.85 0.19 0 0.00
HSL 193.4º 0.99% 0.57% -
HSV(B) 193.4º 0.85% 1% -
XYZ 40.8 51.73 101.6 -
YUV 161.54 180.17 40.6 -
System Red Green Blue C M Y K H S L
Decimal 39 206 254 0.85 0.19 0 0.00 193.4 0.99 0.57
Hex 27 CE FE 55 13 0 0 C1 63 39
Octal 47 316 376 125 23 0 0 301 143 71
Binary 100111 11001110 11111110 1010101 10011 0 0 11000001 1100011 111001

Color Harmonies of #27CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CEFE

Black with #27CEFE

Text Example


Text Example

White with #27CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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