Html Css Color HEX #27DBFF Deep Sky Blue

📋 copy color: '#27DBFF'

red 39 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #27DBFF

Tints of Deep Sky Blue #27DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 7.6%
G = 42.69%
B = 49.71%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#27DBFF (or 0x27DBFF) is known color: Deep Sky Blue. HEX triplet: 27, DB and FF. RGB value is (39,219,255). Sum of RGB (Red+Green+Blue) = 39+219+255=513 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.60% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #27DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DBFF is #D82400. Grayscale: #A8A8A8. Windows color (decimal): -14164993 or 16767783. OLE color: 16767783.

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

Color convert

RGB 39 219 255 -
CMYK 0.85 0.14 0 0
HSL 190º 1% 0.58% -
HSV(B) 190º 0.85% 1% -
XYZ 44.22 58.31 103.53 -
YUV 169.28 176.37 35.07 -
System Red Green Blue C M Y K H S L
Decimal 39 219 255 0.85 0.14 0 0 190 1 0.58
Hex 27 DB FF 55 E 0 0 BE 64 3A
Octal 47 333 377 125 16 0 0 276 144 72
Binary 100111 11011011 11111111 1010101 1110 0 0 10111110 1100100 111010

Color Harmonies of #27DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DBFF

Black with #27DBFF

Text Example


Text Example

White with #27DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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