Html Css Color HEX #27CAFA Deep Sky Blue

📋 copy color: '#27CAFA'

red 39 ◦ green 202 ◦ blue 250

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

Shades of Deep Sky Blue #27CAFA

Tints of Deep Sky Blue #27CAFA

RGB

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

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

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

R = 7.94%
G = 41.14%
B = 50.92%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#27CAFA (or 0x27CAFA) is known color: Deep Sky Blue. HEX triplet: 27, CA and FA. RGB value is (39,202,250). Sum of RGB (Red+Green+Blue) = 39+202+250=491 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.94% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #27CAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27CAFA is #D83505. Grayscale: #9E9E9E. Windows color (decimal): -14169350 or 16435751. OLE color: 16435751.

HSL color Cylindrical-coordinate representation of color #27CAFA: hue angle of 193.65º 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 #27CAFA is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 202 250 -
CMYK 0.84 0.19 0 0.02
HSL 193.65º 0.95% 0.57% -
HSV(B) 193.65º 0.84% 0.98% -
XYZ 39.21 49.57 97.94 -
YUV 158.74 179.5 42.6 -
System Red Green Blue C M Y K H S L
Decimal 39 202 250 0.84 0.19 0 0.02 193.65 0.95 0.57
Hex 27 CA FA 54 13 0 2 C2 5F 39
Octal 47 312 372 124 23 0 2 302 137 71
Binary 100111 11001010 11111010 1010100 10011 0 10 11000010 1011111 111001

Color Harmonies of #27CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CAFA

Black with #27CAFA

Text Example


Text Example

White with #27CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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