Html Css Color HEX #2FB3ED Summer Sky

📋 copy color: '#2FB3ED'

red 47 ◦ green 179 ◦ blue 237

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

Shades of Summer Sky #2FB3ED

Tints of Summer Sky #2FB3ED

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.66%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 10.15%
G = 38.66%
B = 51.19%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FB3ED (or 0x2FB3ED) is known color: Summer Sky. HEX triplet: 2F, B3 and ED. RGB value is (47,179,237). Sum of RGB (Red+Green+Blue) = 47+179+237=463 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.15% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FB3ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FB3ED is #D04C12. Grayscale: #919191. Windows color (decimal): -13650963 or 15577903. OLE color: 15577903.

HSL color Cylindrical-coordinate representation of color #2FB3ED: hue angle of 198.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FB3ED is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 179 237 -
CMYK 0.80 0.24 0 0.07
HSL 198.32º 0.84% 0.56% -
HSV(B) 198.32º 0.8% 0.93% -
XYZ 32.58 38.96 85.92 -
YUV 146.14 179.27 57.28 -
System Red Green Blue C M Y K H S L
Decimal 47 179 237 0.80 0.24 0 0.07 198.32 0.84 0.56
Hex 2F B3 ED 50 18 0 7 C6 54 38
Octal 57 263 355 120 30 0 7 306 124 70
Binary 101111 10110011 11101101 1010000 11000 0 111 11000110 1010100 111000

Color Harmonies of #2FB3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB3ED

Black with #2FB3ED

Text Example


Text Example

White with #2FB3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,237); }

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

background-color css

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

 a { background-color: rgb(47,179,237); }

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

border-color css

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

 span { border-color: rgb(47,179,237); }

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