Html Css Color HEX #2FB5FA Summer Sky

📋 copy color: '#2FB5FA'

red 47 ◦ green 181 ◦ blue 250

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

Shades of Summer Sky #2FB5FA

Tints of Summer Sky #2FB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 9.83%
G = 37.87%
B = 52.3%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FB5FA (or 0x2FB5FA) is known color: Summer Sky. HEX triplet: 2F, B5 and FA. RGB value is (47,181,250). Sum of RGB (Red+Green+Blue) = 47+181+250=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FB5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FB5FA is #D04A05. Grayscale: #949494. Windows color (decimal): -13650438 or 16430383. OLE color: 16430383.

HSL color Cylindrical-coordinate representation of color #2FB5FA: hue angle of 200.39º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FB5FA is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 181 250 -
CMYK 0.81 0.28 0 0.02
HSL 200.39º 0.95% 0.58% -
HSV(B) 200.39º 0.81% 0.98% -
XYZ 34.95 40.55 96.43 -
YUV 148.8 185.11 55.39 -
System Red Green Blue C M Y K H S L
Decimal 47 181 250 0.81 0.28 0 0.02 200.39 0.95 0.58
Hex 2F B5 FA 51 1C 0 2 C8 5F 3A
Octal 57 265 372 121 34 0 2 310 137 72
Binary 101111 10110101 11111010 1010001 11100 0 10 11001000 1011111 111010

Color Harmonies of #2FB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB5FA

Black with #2FB5FA

Text Example


Text Example

White with #2FB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,181,250); }

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

background-color css

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

 a { background-color: rgb(47,181,250); }

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

border-color css

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

 span { border-color: rgb(47,181,250); }

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