Html Css Color HEX #2FAFFB Summer Sky

📋 copy color: '#2FAFFB'

red 47 ◦ green 175 ◦ blue 251

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

Shades of Summer Sky #2FAFFB

Tints of Summer Sky #2FAFFB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 9.94%
G = 37%
B = 53.07%

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

#2FAFFB (or 0x2FAFFB) is known color: Summer Sky. HEX triplet: 2F, AF and FB. RGB value is (47,175,251). Sum of RGB (Red+Green+Blue) = 47+175+251=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FAFFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAFFB is #D05004. Grayscale: #909090. Windows color (decimal): -13651973 or 16494383. OLE color: 16494383.

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

Color convert

RGB 47 175 251 -
CMYK 0.81 0.30 0 0.02
HSL 202.35º 0.96% 0.58% -
HSV(B) 202.35º 0.81% 0.98% -
XYZ 33.91 38.23 96.86 -
YUV 145.39 187.59 57.82 -
System Red Green Blue C M Y K H S L
Decimal 47 175 251 0.81 0.30 0 0.02 202.35 0.96 0.58
Hex 2F AF FB 51 1E 0 2 CA 60 3A
Octal 57 257 373 121 36 0 2 312 140 72
Binary 101111 10101111 11111011 1010001 11110 0 10 11001010 1100000 111010

Color Harmonies of #2FAFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAFFB

Black with #2FAFFB

Text Example


Text Example

White with #2FAFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,251); }

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

background-color css

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

 a { background-color: rgb(47,175,251); }

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

border-color css

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

 span { border-color: rgb(47,175,251); }

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