Html Css Color HEX #47BFF0 Summer Sky

📋 copy color: '#47BFF0'

red 71 ◦ green 191 ◦ blue 240

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

Shades of Summer Sky #47BFF0

Tints of Summer Sky #47BFF0

RGB

 RED value IS 71 (28.13% from 255) = 14.14%

 GREEN value IS 191 (75% from 255) = 38.05%

 BLUE value IS 240 (94.14% from 255) = 47.81%

R = 14.14%
G = 38.05%
B = 47.81%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#47BFF0 (or 0x47BFF0) is known color: Summer Sky. HEX triplet: 47, BF and F0. RGB value is (71,191,240). Sum of RGB (Red+Green+Blue) = 71+191+240=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #47BFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47BFF0 is #B8400F. Grayscale: #A0A0A0. Windows color (decimal): -12075024 or 15777607. OLE color: 15777607.

HSL color Cylindrical-coordinate representation of color #47BFF0: hue angle of 197.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47BFF0 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 191 240 -
CMYK 0.70 0.20 0 0.06
HSL 197.4º 0.85% 0.61% -
HSV(B) 197.4º 0.7% 0.94% -
XYZ 36.96 44.89 89.16 -
YUV 160.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 71 191 240 0.70 0.20 0 0.06 197.4 0.85 0.61
Hex 47 BF F0 46 14 0 6 C5 55 3D
Octal 107 277 360 106 24 0 6 305 125 75
Binary 1000111 10111111 11110000 1000110 10100 0 110 11000101 1010101 111101

Color Harmonies of #47BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BFF0

Black with #47BFF0

Text Example


Text Example

White with #47BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47BFF0; }

 p { color: rgb(71,191,240); }

 H1.HeaderClassName
 {
   color: #47BFF0;
 }
 .AnyTagClassName
 {
   color: #47BFF0;
 }
</style>

background-color css

<style>
 a { background-color: #47BFF0; }

 a { background-color: rgb(71,191,240); }

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

border-color css

<style>
 span { border-color: #47BFF0; }

 span { border-color: rgb(71,191,240); }

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