Html Css Color HEX #27CFFE Deep Sky Blue

📋 copy color: '#27CFFE'

red 39 ◦ green 207 ◦ blue 254

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

Shades of Deep Sky Blue #27CFFE

Tints of Deep Sky Blue #27CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.4%

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

R = 7.8%
G = 41.4%
B = 50.8%

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

#27CFFE (or 0x27CFFE) is known color: Deep Sky Blue. HEX triplet: 27, CF and FE. RGB value is (39,207,254). Sum of RGB (Red+Green+Blue) = 39+207+254=500 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #27CFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CFFE is #D83001. Grayscale: #A1A1A1. Windows color (decimal): -14168066 or 16699175. OLE color: 16699175.

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

Color convert

RGB 39 207 254 -
CMYK 0.85 0.19 0 0.00
HSL 193.12º 0.99% 0.57% -
HSV(B) 193.12º 0.85% 1% -
XYZ 41.04 52.21 101.68 -
YUV 162.13 179.84 40.18 -
System Red Green Blue C M Y K H S L
Decimal 39 207 254 0.85 0.19 0 0.00 193.12 0.99 0.57
Hex 27 CF FE 55 13 0 0 C1 63 39
Octal 47 317 376 125 23 0 0 301 143 71
Binary 100111 11001111 11111110 1010101 10011 0 0 11000001 1100011 111001

Color Harmonies of #27CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CFFE

Black with #27CFFE

Text Example


Text Example

White with #27CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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