Html Css Color HEX #2FBAEB Summer Sky

📋 copy color: '#2FBAEB'

red 47 ◦ green 186 ◦ blue 235

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

Shades of Summer Sky #2FBAEB

Tints of Summer Sky #2FBAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

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

R = 10.04%
G = 39.74%
B = 50.21%

CMYK

 C value IS 0.8

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FBAEB (or 0x2FBAEB) is known color: Summer Sky. HEX triplet: 2F, BA and EB. RGB value is (47,186,235). Sum of RGB (Red+Green+Blue) = 47+186+235=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FBAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBAEB is #D04514. Grayscale: #959595. Windows color (decimal): -13649173 or 15448623. OLE color: 15448623.

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

Color convert

RGB 47 186 235 -
CMYK 0.8 0.21 0 0.08
HSL 195.64º 0.82% 0.55% -
HSV(B) 195.64º 0.8% 0.92% -
XYZ 33.73 41.72 84.87 -
YUV 150.03 175.95 54.52 -
System Red Green Blue C M Y K H S L
Decimal 47 186 235 0.8 0.21 0 0.08 195.64 0.82 0.55
Hex 2F BA EB 50 15 0 8 C4 52 37
Octal 57 272 353 120 25 0 10 304 122 67
Binary 101111 10111010 11101011 1010000 10101 0 1000 11000100 1010010 110111

Color Harmonies of #2FBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBAEB

Black with #2FBAEB

Text Example


Text Example

White with #2FBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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