Html Css Color HEX #2EAFFE Summer Sky

📋 copy color: '#2EAFFE'

red 46 ◦ green 175 ◦ blue 254

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

Shades of Summer Sky #2EAFFE

Tints of Summer Sky #2EAFFE

RGB

 RED value IS 46 (18.36% from 255) = 9.68%

 GREEN value IS 175 (68.75% from 255) = 36.84%

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 9.68%
G = 36.84%
B = 53.47%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2EAFFE (or 0x2EAFFE) is known color: Summer Sky. HEX triplet: 2E, AF and FE. RGB value is (46,175,254). Sum of RGB (Red+Green+Blue) = 46+175+254=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EAFFE is #D15001. Grayscale: #909090. Windows color (decimal): -13717506 or 16690990. OLE color: 16690990.

HSL color Cylindrical-coordinate representation of color #2EAFFE: hue angle of 202.79º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EAFFE is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 46 175 254 -
CMYK 0.82 0.31 0 0.00
HSL 202.79º 0.99% 0.59% -
HSV(B) 202.79º 0.82% 1% -
XYZ 34.35 38.4 99.37 -
YUV 145.44 189.26 57.08 -
System Red Green Blue C M Y K H S L
Decimal 46 175 254 0.82 0.31 0 0.00 202.79 0.99 0.59
Hex 2E AF FE 52 1F 0 0 CB 63 3B
Octal 56 257 376 122 37 0 0 313 143 73
Binary 101110 10101111 11111110 1010010 11111 0 0 11001011 1100011 111011

Color Harmonies of #2EAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAFFE

Black with #2EAFFE

Text Example


Text Example

White with #2EAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,175,254); }

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

background-color css

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

 a { background-color: rgb(46,175,254); }

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

border-color css

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

 span { border-color: rgb(46,175,254); }

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