Html Css Color HEX #27CEFA Deep Sky Blue

📋 copy color: '#27CEFA'

red 39 ◦ green 206 ◦ blue 250

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

Shades of Deep Sky Blue #27CEFA

Tints of Deep Sky Blue #27CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 7.88%
G = 41.62%
B = 50.51%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#27CEFA (or 0x27CEFA) is known color: Deep Sky Blue. HEX triplet: 27, CE and FA. RGB value is (39,206,250). Sum of RGB (Red+Green+Blue) = 39+206+250=495 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.88% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #27CEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CEFA is #D83105. Grayscale: #A0A0A0. Windows color (decimal): -14168326 or 16436775. OLE color: 16436775.

HSL color Cylindrical-coordinate representation of color #27CEFA: hue angle of 192.51º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27CEFA is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 206 250 -
CMYK 0.84 0.18 0 0.02
HSL 192.51º 0.95% 0.57% -
HSV(B) 192.51º 0.84% 0.98% -
XYZ 40.16 51.48 98.26 -
YUV 161.08 178.17 40.92 -
System Red Green Blue C M Y K H S L
Decimal 39 206 250 0.84 0.18 0 0.02 192.51 0.95 0.57
Hex 27 CE FA 54 12 0 2 C1 5F 39
Octal 47 316 372 124 22 0 2 301 137 71
Binary 100111 11001110 11111010 1010100 10010 0 10 11000001 1011111 111001

Color Harmonies of #27CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CEFA

Black with #27CEFA

Text Example


Text Example

White with #27CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,206,250); }

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

background-color css

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

 a { background-color: rgb(39,206,250); }

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

border-color css

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

 span { border-color: rgb(39,206,250); }

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