Html Css Color HEX #27BFFF Deep Sky Blue

📋 copy color: '#27BFFF'

red 39 ◦ green 191 ◦ blue 255

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

Shades of Deep Sky Blue #27BFFF

Tints of Deep Sky Blue #27BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 39.38%

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

R = 8.04%
G = 39.38%
B = 52.58%

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

#27BFFF (or 0x27BFFF) is known color: Deep Sky Blue. HEX triplet: 27, BF and FF. RGB value is (39,191,255). Sum of RGB (Red+Green+Blue) = 39+191+255=485 (64% of max value = 765). Red value is 39 (15.62% from 255 or 8.04% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #27BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BFFF is #D84000. Grayscale: #989898. Windows color (decimal): -14172161 or 16760615. OLE color: 16760615.

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

Color convert

RGB 39 191 255 -
CMYK 0.85 0.25 0 0
HSL 197.78º 1% 0.58% -
HSV(B) 197.78º 0.85% 1% -
XYZ 37.52 44.91 101.3 -
YUV 152.85 185.64 46.8 -
System Red Green Blue C M Y K H S L
Decimal 39 191 255 0.85 0.25 0 0 197.78 1 0.58
Hex 27 BF FF 55 19 0 0 C6 64 3A
Octal 47 277 377 125 31 0 0 306 144 72
Binary 100111 10111111 11111111 1010101 11001 0 0 11000110 1100100 111010

Color Harmonies of #27BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BFFF

Black with #27BFFF

Text Example


Text Example

White with #27BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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