Html Css Color HEX #2FB8E5 Summer Sky

📋 copy color: '#2FB8E5'

red 47 ◦ green 184 ◦ blue 229

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

Shades of Summer Sky #2FB8E5

Tints of Summer Sky #2FB8E5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40%

 BLUE value IS 229 (89.84% from 255) = 49.78%

R = 10.22%
G = 40%
B = 49.78%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2FB8E5 (or 0x2FB8E5) is known color: Summer Sky. HEX triplet: 2F, B8 and E5. RGB value is (47,184,229). Sum of RGB (Red+Green+Blue) = 47+184+229=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #2FB8E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB8E5 is #D0471A. Grayscale: #939393. Windows color (decimal): -13649691 or 15054895. OLE color: 15054895.

HSL color Cylindrical-coordinate representation of color #2FB8E5: hue angle of 194.84º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FB8E5 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 184 229 -
CMYK 0.79 0.20 0 0.10
HSL 194.84º 0.78% 0.54% -
HSV(B) 194.84º 0.79% 0.9% -
XYZ 32.46 40.54 80.24 -
YUV 148.17 173.61 55.84 -
System Red Green Blue C M Y K H S L
Decimal 47 184 229 0.79 0.20 0 0.10 194.84 0.78 0.54
Hex 2F B8 E5 4F 14 0 A C3 4E 36
Octal 57 270 345 117 24 0 12 303 116 66
Binary 101111 10111000 11100101 1001111 10100 0 1010 11000011 1001110 110110

Color Harmonies of #2FB8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB8E5

Black with #2FB8E5

Text Example


Text Example

White with #2FB8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,184,229); }

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

background-color css

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

 a { background-color: rgb(47,184,229); }

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

border-color css

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

 span { border-color: rgb(47,184,229); }

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