Html Css Color HEX #2FB0FA Summer Sky

📋 copy color: '#2FB0FA'

red 47 ◦ green 176 ◦ blue 250

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

Shades of Summer Sky #2FB0FA

Tints of Summer Sky #2FB0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.21%

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

R = 9.94%
G = 37.21%
B = 52.85%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FB0FA (or 0x2FB0FA) is known color: Summer Sky. HEX triplet: 2F, B0 and FA. RGB value is (47,176,250). Sum of RGB (Red+Green+Blue) = 47+176+250=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FB0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FB0FA is #D04F05. Grayscale: #919191. Windows color (decimal): -13651718 or 16429103. OLE color: 16429103.

HSL color Cylindrical-coordinate representation of color #2FB0FA: hue angle of 201.87º 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 #2FB0FA is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 176 250 -
CMYK 0.81 0.30 0 0.02
HSL 201.87º 0.95% 0.58% -
HSV(B) 201.87º 0.81% 0.98% -
XYZ 33.95 38.56 96.1 -
YUV 145.87 186.76 57.48 -
System Red Green Blue C M Y K H S L
Decimal 47 176 250 0.81 0.30 0 0.02 201.87 0.95 0.58
Hex 2F B0 FA 51 1E 0 2 CA 5F 3A
Octal 57 260 372 121 36 0 2 312 137 72
Binary 101111 10110000 11111010 1010001 11110 0 10 11001010 1011111 111010

Color Harmonies of #2FB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB0FA

Black with #2FB0FA

Text Example


Text Example

White with #2FB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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