Html Css Color HEX #2FCCFA Summer Sky

📋 copy color: '#2FCCFA'

red 47 ◦ green 204 ◦ blue 250

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

Shades of Summer Sky #2FCCFA

Tints of Summer Sky #2FCCFA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.72%

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

R = 9.38%
G = 40.72%
B = 49.9%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FCCFA (or 0x2FCCFA) is known color: Summer Sky. HEX triplet: 2F, CC and FA. RGB value is (47,204,250). Sum of RGB (Red+Green+Blue) = 47+204+250=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FCCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FCCFA is #D03305. Grayscale: #A1A1A1. Windows color (decimal): -13644550 or 16436271. OLE color: 16436271.

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

Color convert

RGB 47 204 250 -
CMYK 0.81 0.18 0 0.02
HSL 193.6º 0.95% 0.58% -
HSV(B) 193.6º 0.81% 0.98% -
XYZ 40.02 50.69 98.12 -
YUV 162.3 177.49 45.76 -
System Red Green Blue C M Y K H S L
Decimal 47 204 250 0.81 0.18 0 0.02 193.6 0.95 0.58
Hex 2F CC FA 51 12 0 2 C2 5F 3A
Octal 57 314 372 121 22 0 2 302 137 72
Binary 101111 11001100 11111010 1010001 10010 0 10 11000010 1011111 111010

Color Harmonies of #2FCCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCCFA

Black with #2FCCFA

Text Example


Text Example

White with #2FCCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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