Html Css Color HEX #469BEB Summer Sky

📋 copy color: '#469BEB'

red 70 ◦ green 155 ◦ blue 235

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

Shades of Summer Sky #469BEB

Tints of Summer Sky #469BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.7%

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 15.22%
G = 33.7%
B = 51.09%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#469BEB (or 0x469BEB) is known color: Summer Sky. HEX triplet: 46, 9B and EB. RGB value is (70,155,235). Sum of RGB (Red+Green+Blue) = 70+155+235=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #469BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BEB is #B96414. Grayscale: #8A8A8A. Windows color (decimal): -12149781 or 15440710. OLE color: 15440710.

HSL color Cylindrical-coordinate representation of color #469BEB: hue angle of 209.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #469BEB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 155 235 -
CMYK 0.70 0.34 0 0.08
HSL 209.09º 0.8% 0.6% -
HSV(B) 209.09º 0.7% 0.92% -
XYZ 29.24 30.74 82.99 -
YUV 138.71 182.34 79 -
System Red Green Blue C M Y K H S L
Decimal 70 155 235 0.70 0.34 0 0.08 209.09 0.8 0.6
Hex 46 9B EB 46 22 0 8 D1 50 3C
Octal 106 233 353 106 42 0 10 321 120 74
Binary 1000110 10011011 11101011 1000110 100010 0 1000 11010001 1010000 111100

Color Harmonies of #469BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BEB

Black with #469BEB

Text Example


Text Example

White with #469BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,235); }

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

background-color css

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

 a { background-color: rgb(70,155,235); }

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

border-color css

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

 span { border-color: rgb(70,155,235); }

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