Html Css Color HEX #2FA6EB Summer Sky

📋 copy color: '#2FA6EB'

red 47 ◦ green 166 ◦ blue 235

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

Shades of Summer Sky #2FA6EB

Tints of Summer Sky #2FA6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

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

R = 10.49%
G = 37.05%
B = 52.46%

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

#2FA6EB (or 0x2FA6EB) is known color: Summer Sky. HEX triplet: 2F, A6 and EB. RGB value is (47,166,235). Sum of RGB (Red+Green+Blue) = 47+166+235=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FA6EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA6EB is #D05914. Grayscale: #898989. Windows color (decimal): -13654293 or 15443503. OLE color: 15443503.

HSL color Cylindrical-coordinate representation of color #2FA6EB: hue angle of 202.02º 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 #2FA6EB is Cyan = 0.8, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 166 235 -
CMYK 0.8 0.29 0 0.08
HSL 202.02º 0.82% 0.55% -
HSV(B) 202.02º 0.8% 0.92% -
XYZ 29.8 33.87 83.56 -
YUV 138.29 182.58 62.89 -
System Red Green Blue C M Y K H S L
Decimal 47 166 235 0.8 0.29 0 0.08 202.02 0.82 0.55
Hex 2F A6 EB 50 1D 0 8 CA 52 37
Octal 57 246 353 120 35 0 10 312 122 67
Binary 101111 10100110 11101011 1010000 11101 0 1000 11001010 1010010 110111

Color Harmonies of #2FA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA6EB

Black with #2FA6EB

Text Example


Text Example

White with #2FA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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