Html Css Color HEX #27CBFF Deep Sky Blue

📋 copy color: '#27CBFF'

red 39 ◦ green 203 ◦ blue 255

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

Shades of Deep Sky Blue #27CBFF

Tints of Deep Sky Blue #27CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.85%

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

R = 7.85%
G = 40.85%
B = 51.31%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#27CBFF (or 0x27CBFF) is known color: Deep Sky Blue. HEX triplet: 27, CB and FF. RGB value is (39,203,255). Sum of RGB (Red+Green+Blue) = 39+203+255=497 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.85% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #27CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CBFF is #D83400. Grayscale: #9F9F9F. Windows color (decimal): -14169089 or 16763687. OLE color: 16763687.

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

Color convert

RGB 39 203 255 -
CMYK 0.85 0.20 0 0
HSL 194.44º 1% 0.58% -
HSV(B) 194.44º 0.85% 1% -
XYZ 40.24 50.36 102.21 -
YUV 159.89 181.67 41.77 -
System Red Green Blue C M Y K H S L
Decimal 39 203 255 0.85 0.20 0 0 194.44 1 0.58
Hex 27 CB FF 55 14 0 0 C2 64 3A
Octal 47 313 377 125 24 0 0 302 144 72
Binary 100111 11001011 11111111 1010101 10100 0 0 11000010 1100100 111010

Color Harmonies of #27CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CBFF

Black with #27CBFF

Text Example


Text Example

White with #27CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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