Html Css Color HEX #27CBFE Deep Sky Blue

📋 copy color: '#27CBFE'

red 39 ◦ green 203 ◦ blue 254

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

Shades of Deep Sky Blue #27CBFE

Tints of Deep Sky Blue #27CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 7.86%
G = 40.93%
B = 51.21%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#27CBFE (or 0x27CBFE) is known color: Deep Sky Blue. HEX triplet: 27, CB and FE. RGB value is (39,203,254). Sum of RGB (Red+Green+Blue) = 39+203+254=496 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.86% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #27CBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CBFE is #D83401. Grayscale: #9F9F9F. Windows color (decimal): -14169090 or 16698151. OLE color: 16698151.

HSL color Cylindrical-coordinate representation of color #27CBFE: hue angle of 194.23º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27CBFE is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 39 203 254 -
CMYK 0.85 0.20 0 0.00
HSL 194.23º 0.99% 0.57% -
HSV(B) 194.23º 0.85% 1% -
XYZ 40.08 50.3 101.36 -
YUV 159.78 181.17 41.85 -
System Red Green Blue C M Y K H S L
Decimal 39 203 254 0.85 0.20 0 0.00 194.23 0.99 0.57
Hex 27 CB FE 55 14 0 0 C2 63 39
Octal 47 313 376 125 24 0 0 302 143 71
Binary 100111 11001011 11111110 1010101 10100 0 0 11000010 1100011 111001

Color Harmonies of #27CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CBFE

Black with #27CBFE

Text Example


Text Example

White with #27CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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