Html Css Color HEX #2FBEFF Summer Sky

📋 copy color: '#2FBEFF'

red 47 ◦ green 190 ◦ blue 255

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

Shades of Summer Sky #2FBEFF

Tints of Summer Sky #2FBEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.83%

R = 9.55%
G = 38.62%
B = 51.83%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2FBEFF (or 0x2FBEFF) is known color: Summer Sky. HEX triplet: 2F, BE and FF. RGB value is (47,190,255). Sum of RGB (Red+Green+Blue) = 47+190+255=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBEFF is #D04100. Grayscale: #9A9A9A. Windows color (decimal): -13648129 or 16760367. OLE color: 16760367.

HSL color Cylindrical-coordinate representation of color #2FBEFF: hue angle of 198.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FBEFF is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 47 190 255 -
CMYK 0.82 0.25 0 0
HSL 198.75º 1% 0.59% -
HSV(B) 198.75º 0.82% 1% -
XYZ 37.64 44.65 101.24 -
YUV 154.65 184.62 51.21 -
System Red Green Blue C M Y K H S L
Decimal 47 190 255 0.82 0.25 0 0 198.75 1 0.59
Hex 2F BE FF 52 19 0 0 C7 64 3B
Octal 57 276 377 122 31 0 0 307 144 73
Binary 101111 10111110 11111111 1010010 11001 0 0 11000111 1100100 111011

Color Harmonies of #2FBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBEFF

Black with #2FBEFF

Text Example


Text Example

White with #2FBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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