Html Css Color HEX #2FAFEB Summer Sky

📋 copy color: '#2FAFEB'

red 47 ◦ green 175 ◦ blue 235

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

Shades of Summer Sky #2FAFEB

Tints of Summer Sky #2FAFEB

RGB

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

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

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

R = 10.28%
G = 38.29%
B = 51.42%

CMYK

 C value IS 0.8

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FAFEB (or 0x2FAFEB) is known color: Summer Sky. HEX triplet: 2F, AF and EB. RGB value is (47,175,235). Sum of RGB (Red+Green+Blue) = 47+175+235=457 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.28% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FAFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAFEB is #D05014. Grayscale: #8F8F8F. Windows color (decimal): -13651989 or 15445807. OLE color: 15445807.

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

Color convert

RGB 47 175 235 -
CMYK 0.8 0.26 0 0.08
HSL 199.15º 0.82% 0.55% -
HSV(B) 199.15º 0.8% 0.92% -
XYZ 31.5 37.26 84.13 -
YUV 143.57 179.59 59.12 -
System Red Green Blue C M Y K H S L
Decimal 47 175 235 0.8 0.26 0 0.08 199.15 0.82 0.55
Hex 2F AF EB 50 1A 0 8 C7 52 37
Octal 57 257 353 120 32 0 10 307 122 67
Binary 101111 10101111 11101011 1010000 11010 0 1000 11000111 1010010 110111

Color Harmonies of #2FAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAFEB

Black with #2FAFEB

Text Example


Text Example

White with #2FAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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