Html Css Color HEX #27CAFF Deep Sky Blue

📋 copy color: '#27CAFF'

red 39 ◦ green 202 ◦ blue 255

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

Shades of Deep Sky Blue #27CAFF

Tints of Deep Sky Blue #27CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.73%

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

R = 7.86%
G = 40.73%
B = 51.41%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#27CAFF (or 0x27CAFF) is known color: Deep Sky Blue. HEX triplet: 27, CA and FF. RGB value is (39,202,255). Sum of RGB (Red+Green+Blue) = 39+202+255=496 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.86% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #27CAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CAFF is #D83500. Grayscale: #9E9E9E. Windows color (decimal): -14169345 or 16763431. OLE color: 16763431.

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

Color convert

RGB 39 202 255 -
CMYK 0.85 0.21 0 0
HSL 194.72º 1% 0.58% -
HSV(B) 194.72º 0.85% 1% -
XYZ 40.01 49.89 102.13 -
YUV 159.31 182 42.19 -
System Red Green Blue C M Y K H S L
Decimal 39 202 255 0.85 0.21 0 0 194.72 1 0.58
Hex 27 CA FF 55 15 0 0 C3 64 3A
Octal 47 312 377 125 25 0 0 303 144 72
Binary 100111 11001010 11111111 1010101 10101 0 0 11000011 1100100 111010

Color Harmonies of #27CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CAFF

Black with #27CAFF

Text Example


Text Example

White with #27CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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