Html Css Color HEX #2FBEDB Summer Sky

📋 copy color: '#2FBEDB'

red 47 ◦ green 190 ◦ blue 219

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

Shades of Summer Sky #2FBEDB

Tints of Summer Sky #2FBEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 10.31%
G = 41.67%
B = 48.03%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FBEDB (or 0x2FBEDB) is known color: Summer Sky. HEX triplet: 2F, BE and DB. RGB value is (47,190,219). Sum of RGB (Red+Green+Blue) = 47+190+219=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FBEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEDB is #D04124. Grayscale: #969696. Windows color (decimal): -13648165 or 14401071. OLE color: 14401071.

HSL color Cylindrical-coordinate representation of color #2FBEDB: hue angle of 190.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FBEDB is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 190 219 -
CMYK 0.79 0.13 0 0.14
HSL 190.12º 0.7% 0.52% -
HSV(B) 190.12º 0.79% 0.86% -
XYZ 32.37 42.55 73.52 -
YUV 150.55 166.62 54.14 -
System Red Green Blue C M Y K H S L
Decimal 47 190 219 0.79 0.13 0 0.14 190.12 0.7 0.52
Hex 2F BE DB 4F D 0 E BE 46 34
Octal 57 276 333 117 15 0 16 276 106 64
Binary 101111 10111110 11011011 1001111 1101 0 1110 10111110 1000110 110100

Color Harmonies of #2FBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBEDB

Black with #2FBEDB

Text Example


Text Example

White with #2FBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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