Html Css Color HEX #2FACEB Summer Sky

📋 copy color: '#2FACEB'

red 47 ◦ green 172 ◦ blue 235

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

Shades of Summer Sky #2FACEB

Tints of Summer Sky #2FACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

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

R = 10.35%
G = 37.89%
B = 51.76%

CMYK

 C value IS 0.8

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FACEB (or 0x2FACEB) is known color: Summer Sky. HEX triplet: 2F, AC and EB. RGB value is (47,172,235). Sum of RGB (Red+Green+Blue) = 47+172+235=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FACEB is #D05314. Grayscale: #8D8D8D. Windows color (decimal): -13652757 or 15445039. OLE color: 15445039.

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

Color convert

RGB 47 172 235 -
CMYK 0.8 0.27 0 0.08
HSL 200.11º 0.82% 0.55% -
HSV(B) 200.11º 0.8% 0.92% -
XYZ 30.92 36.11 83.94 -
YUV 141.81 180.59 60.38 -
System Red Green Blue C M Y K H S L
Decimal 47 172 235 0.8 0.27 0 0.08 200.11 0.82 0.55
Hex 2F AC EB 50 1B 0 8 C8 52 37
Octal 57 254 353 120 33 0 10 310 122 67
Binary 101111 10101100 11101011 1010000 11011 0 1000 11001000 1010010 110111

Color Harmonies of #2FACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACEB

Black with #2FACEB

Text Example


Text Example

White with #2FACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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