Html Css Color HEX #2FAEEE Summer Sky

📋 copy color: '#2FAEEE'

red 47 ◦ green 174 ◦ blue 238

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

Shades of Summer Sky #2FAEEE

Tints of Summer Sky #2FAEEE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 10.24%
G = 37.91%
B = 51.85%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FAEEE (or 0x2FAEEE) is known color: Summer Sky. HEX triplet: 2F, AE and EE. RGB value is (47,174,238). Sum of RGB (Red+Green+Blue) = 47+174+238=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FAEEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAEEE is #D05111. Grayscale: #8E8E8E. Windows color (decimal): -13652242 or 15642159. OLE color: 15642159.

HSL color Cylindrical-coordinate representation of color #2FAEEE: hue angle of 200.1º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FAEEE is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 174 238 -
CMYK 0.80 0.27 0 0.07
HSL 200.1º 0.85% 0.56% -
HSV(B) 200.1º 0.8% 0.93% -
XYZ 31.74 37.05 86.37 -
YUV 143.32 181.42 59.3 -
System Red Green Blue C M Y K H S L
Decimal 47 174 238 0.80 0.27 0 0.07 200.1 0.85 0.56
Hex 2F AE EE 50 1B 0 7 C8 55 38
Octal 57 256 356 120 33 0 7 310 125 70
Binary 101111 10101110 11101110 1010000 11011 0 111 11001000 1010101 111000

Color Harmonies of #2FAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAEEE

Black with #2FAEEE

Text Example


Text Example

White with #2FAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,174,238); }

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

background-color css

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

 a { background-color: rgb(47,174,238); }

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

border-color css

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

 span { border-color: rgb(47,174,238); }

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