Html Css Color HEX #2FA8EB Summer Sky

📋 copy color: '#2FA8EB'

red 47 ◦ green 168 ◦ blue 235

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

Shades of Summer Sky #2FA8EB

Tints of Summer Sky #2FA8EB

RGB

 RED value IS 47 (18.75% from 255) = 10.44%

 GREEN value IS 168 (66.02% from 255) = 37.33%

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 10.44%
G = 37.33%
B = 52.22%

CMYK

 C value IS 0.8

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FA8EB (or 0x2FA8EB) is known color: Summer Sky. HEX triplet: 2F, A8 and EB. RGB value is (47,168,235). Sum of RGB (Red+Green+Blue) = 47+168+235=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FA8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA8EB is #D05714. Grayscale: #8B8B8B. Windows color (decimal): -13653781 or 15444015. OLE color: 15444015.

HSL color Cylindrical-coordinate representation of color #2FA8EB: hue angle of 201.38º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FA8EB is Cyan = 0.8, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 168 235 -
CMYK 0.8 0.29 0 0.08
HSL 201.38º 0.82% 0.55% -
HSV(B) 201.38º 0.8% 0.92% -
XYZ 30.17 34.61 83.69 -
YUV 139.46 181.91 62.05 -
System Red Green Blue C M Y K H S L
Decimal 47 168 235 0.8 0.29 0 0.08 201.38 0.82 0.55
Hex 2F A8 EB 50 1D 0 8 C9 52 37
Octal 57 250 353 120 35 0 10 311 122 67
Binary 101111 10101000 11101011 1010000 11101 0 1000 11001001 1010010 110111

Color Harmonies of #2FA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA8EB

Black with #2FA8EB

Text Example


Text Example

White with #2FA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FA8EB; }

 p { color: rgb(47,168,235); }

 H1.HeaderClassName
 {
   color: #2FA8EB;
 }
 .AnyTagClassName
 {
   color: #2FA8EB;
 }
</style>

background-color css

<style>
 a { background-color: #2FA8EB; }

 a { background-color: rgb(47,168,235); }

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

border-color css

<style>
 span { border-color: #2FA8EB; }

 span { border-color: rgb(47,168,235); }

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