Html Css Color HEX #2FB5EA Summer Sky

📋 copy color: '#2FB5EA'

red 47 ◦ green 181 ◦ blue 234

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

Shades of Summer Sky #2FB5EA

Tints of Summer Sky #2FB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.18%

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 10.17%
G = 39.18%
B = 50.65%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FB5EA (or 0x2FB5EA) is known color: Summer Sky. HEX triplet: 2F, B5 and EA. RGB value is (47,181,234). Sum of RGB (Red+Green+Blue) = 47+181+234=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FB5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FB5EA is #D04A15. Grayscale: #929292. Windows color (decimal): -13650454 or 15381807. OLE color: 15381807.

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

Color convert

RGB 47 181 234 -
CMYK 0.80 0.23 0 0.08
HSL 197.01º 0.82% 0.55% -
HSV(B) 197.01º 0.8% 0.92% -
XYZ 32.55 39.59 83.77 -
YUV 146.98 177.11 56.69 -
System Red Green Blue C M Y K H S L
Decimal 47 181 234 0.80 0.23 0 0.08 197.01 0.82 0.55
Hex 2F B5 EA 50 17 0 8 C5 52 37
Octal 57 265 352 120 27 0 10 305 122 67
Binary 101111 10110101 11101010 1010000 10111 0 1000 11000101 1010010 110111

Color Harmonies of #2FB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB5EA

Black with #2FB5EA

Text Example


Text Example

White with #2FB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,181,234); }

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

background-color css

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

 a { background-color: rgb(47,181,234); }

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

border-color css

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

 span { border-color: rgb(47,181,234); }

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