Html Css Color HEX #2FBEE1 Summer Sky

📋 copy color: '#2FBEE1'

red 47 ◦ green 190 ◦ blue 225

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

Shades of Summer Sky #2FBEE1

Tints of Summer Sky #2FBEE1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.13%

 BLUE value IS 225 (88.28% from 255) = 48.7%

R = 10.17%
G = 41.13%
B = 48.7%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2FBEE1 (or 0x2FBEE1) is known color: Summer Sky. HEX triplet: 2F, BE and E1. RGB value is (47,190,225). Sum of RGB (Red+Green+Blue) = 47+190+225=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #2FBEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEE1 is #D0411E. Grayscale: #969696. Windows color (decimal): -13648159 or 14794287. OLE color: 14794287.

HSL color Cylindrical-coordinate representation of color #2FBEE1: hue angle of 191.8º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBEE1 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 190 225 -
CMYK 0.79 0.16 0 0.12
HSL 191.8º 0.75% 0.53% -
HSV(B) 191.8º 0.79% 0.88% -
XYZ 33.18 42.87 77.76 -
YUV 151.23 169.62 53.65 -
System Red Green Blue C M Y K H S L
Decimal 47 190 225 0.79 0.16 0 0.12 191.8 0.75 0.53
Hex 2F BE E1 4F 10 0 C C0 4B 35
Octal 57 276 341 117 20 0 14 300 113 65
Binary 101111 10111110 11100001 1001111 10000 0 1100 11000000 1001011 110101

Color Harmonies of #2FBEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBEE1

Black with #2FBEE1

Text Example


Text Example

White with #2FBEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,190,225); }

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

background-color css

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

 a { background-color: rgb(47,190,225); }

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

border-color css

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

 span { border-color: rgb(47,190,225); }

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