Html Css Color HEX #469FEE Summer Sky

📋 copy color: '#469FEE'

red 70 ◦ green 159 ◦ blue 238

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

Shades of Summer Sky #469FEE

Tints of Summer Sky #469FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 14.99%
G = 34.05%
B = 50.96%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#469FEE (or 0x469FEE) is known color: Summer Sky. HEX triplet: 46, 9F and EE. RGB value is (70,159,238). Sum of RGB (Red+Green+Blue) = 70+159+238=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #469FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469FEE is #B96011. Grayscale: #8C8C8C. Windows color (decimal): -12148754 or 15638342. OLE color: 15638342.

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

Color convert

RGB 70 159 238 -
CMYK 0.71 0.33 0 0.07
HSL 208.21º 0.83% 0.6% -
HSV(B) 208.21º 0.71% 0.93% -
XYZ 30.36 32.27 85.52 -
YUV 141.4 182.51 77.08 -
System Red Green Blue C M Y K H S L
Decimal 70 159 238 0.71 0.33 0 0.07 208.21 0.83 0.6
Hex 46 9F EE 47 21 0 7 D0 53 3C
Octal 106 237 356 107 41 0 7 320 123 74
Binary 1000110 10011111 11101110 1000111 100001 0 111 11010000 1010011 111100

Color Harmonies of #469FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469FEE

Black with #469FEE

Text Example


Text Example

White with #469FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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