Html Css Color HEX #27C0FF Deep Sky Blue

📋 copy color: '#27C0FF'

red 39 ◦ green 192 ◦ blue 255

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

Shades of Deep Sky Blue #27C0FF

Tints of Deep Sky Blue #27C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.51%

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

R = 8.02%
G = 39.51%
B = 52.47%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#27C0FF (or 0x27C0FF) is known color: Deep Sky Blue. HEX triplet: 27, C0 and FF. RGB value is (39,192,255). Sum of RGB (Red+Green+Blue) = 39+192+255=486 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.02% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #27C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27C0FF is #D83F00. Grayscale: #999999. Windows color (decimal): -14171905 or 16760871. OLE color: 16760871.

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

Color convert

RGB 39 192 255 -
CMYK 0.85 0.25 0 0
HSL 197.5º 1% 0.58% -
HSV(B) 197.5º 0.85% 1% -
XYZ 37.74 45.35 101.37 -
YUV 153.44 185.31 46.38 -
System Red Green Blue C M Y K H S L
Decimal 39 192 255 0.85 0.25 0 0 197.5 1 0.58
Hex 27 C0 FF 55 19 0 0 C6 64 3A
Octal 47 300 377 125 31 0 0 306 144 72
Binary 100111 11000000 11111111 1010101 11001 0 0 11000110 1100100 111010

Color Harmonies of #27C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C0FF

Black with #27C0FF

Text Example


Text Example

White with #27C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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