Html Css Color HEX #27CFF8 Deep Sky Blue

📋 copy color: '#27CFF8'

red 39 ◦ green 207 ◦ blue 248

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

Shades of Deep Sky Blue #27CFF8

Tints of Deep Sky Blue #27CFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.2%

R = 7.89%
G = 41.9%
B = 50.2%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#27CFF8 (or 0x27CFF8) is known color: Deep Sky Blue. HEX triplet: 27, CF and F8. RGB value is (39,207,248). Sum of RGB (Red+Green+Blue) = 39+207+248=494 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.89% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #27CFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CFF8 is #D83007. Grayscale: #A1A1A1. Windows color (decimal): -14168072 or 16305959. OLE color: 16305959.

HSL color Cylindrical-coordinate representation of color #27CFF8: hue angle of 191.77º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27CFF8 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 39 207 248 -
CMYK 0.84 0.17 0 0.03
HSL 191.77º 0.94% 0.56% -
HSV(B) 191.77º 0.84% 0.97% -
XYZ 40.09 51.83 96.7 -
YUV 161.44 176.84 40.67 -
System Red Green Blue C M Y K H S L
Decimal 39 207 248 0.84 0.17 0 0.03 191.77 0.94 0.56
Hex 27 CF F8 54 11 0 3 C0 5E 38
Octal 47 317 370 124 21 0 3 300 136 70
Binary 100111 11001111 11111000 1010100 10001 0 11 11000000 1011110 111000

Color Harmonies of #27CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CFF8

Black with #27CFF8

Text Example


Text Example

White with #27CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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