Html Css Color HEX #469FED Summer Sky

📋 copy color: '#469FED'

red 70 ◦ green 159 ◦ blue 237

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

Shades of Summer Sky #469FED

Tints of Summer Sky #469FED

RGB

 RED value IS 70 (27.73% from 255) = 15.02%

 GREEN value IS 159 (62.5% from 255) = 34.12%

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 15.02%
G = 34.12%
B = 50.86%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#469FED (or 0x469FED) is known color: Summer Sky. HEX triplet: 46, 9F and ED. RGB value is (70,159,237). Sum of RGB (Red+Green+Blue) = 70+159+237=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #469FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469FED is #B96012. Grayscale: #8C8C8C. Windows color (decimal): -12148755 or 15572806. OLE color: 15572806.

HSL color Cylindrical-coordinate representation of color #469FED: hue angle of 208.02º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469FED is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 159 237 -
CMYK 0.70 0.33 0 0.07
HSL 208.02º 0.82% 0.6% -
HSV(B) 208.02º 0.7% 0.93% -
XYZ 30.21 32.21 84.75 -
YUV 141.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 70 159 237 0.70 0.33 0 0.07 208.02 0.82 0.6
Hex 46 9F ED 46 21 0 7 D0 52 3C
Octal 106 237 355 106 41 0 7 320 122 74
Binary 1000110 10011111 11101101 1000110 100001 0 111 11010000 1010010 111100

Color Harmonies of #469FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FED

Black with #469FED

Text Example


Text Example

White with #469FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469FED; }

 p { color: rgb(70,159,237); }

 H1.HeaderClassName
 {
   color: #469FED;
 }
 .AnyTagClassName
 {
   color: #469FED;
 }
</style>

background-color css

<style>
 a { background-color: #469FED; }

 a { background-color: rgb(70,159,237); }

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

border-color css

<style>
 span { border-color: #469FED; }

 span { border-color: rgb(70,159,237); }

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