Html Css Color HEX #27BAF0 Summer Sky

📋 copy color: '#27BAF0'

red 39 ◦ green 186 ◦ blue 240

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

Shades of Summer Sky #27BAF0

Tints of Summer Sky #27BAF0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40%

 BLUE value IS 240 (94.14% from 255) = 51.61%

R = 8.39%
G = 40%
B = 51.61%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#27BAF0 (or 0x27BAF0) is known color: Summer Sky. HEX triplet: 27, BA and F0. RGB value is (39,186,240). Sum of RGB (Red+Green+Blue) = 39+186+240=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #27BAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BAF0 is #D8450F. Grayscale: #939393. Windows color (decimal): -14173456 or 15776295. OLE color: 15776295.

HSL color Cylindrical-coordinate representation of color #27BAF0: hue angle of 196.12º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27BAF0 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 39 186 240 -
CMYK 0.84 0.22 0 0.06
HSL 196.12º 0.87% 0.55% -
HSV(B) 196.12º 0.84% 0.94% -
XYZ 34.12 41.84 88.72 -
YUV 148.2 179.8 50.11 -
System Red Green Blue C M Y K H S L
Decimal 39 186 240 0.84 0.22 0 0.06 196.12 0.87 0.55
Hex 27 BA F0 54 16 0 6 C4 57 37
Octal 47 272 360 124 26 0 6 304 127 67
Binary 100111 10111010 11110000 1010100 10110 0 110 11000100 1010111 110111

Color Harmonies of #27BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BAF0

Black with #27BAF0

Text Example


Text Example

White with #27BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,186,240); }

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

background-color css

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

 a { background-color: rgb(39,186,240); }

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

border-color css

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

 span { border-color: rgb(39,186,240); }

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