Html Css Color HEX #46AFDE Summer Sky

📋 copy color: '#46AFDE'

red 70 ◦ green 175 ◦ blue 222

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

Shades of Summer Sky #46AFDE

Tints of Summer Sky #46AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 14.99%
G = 37.47%
B = 47.54%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#46AFDE (or 0x46AFDE) is known color: Summer Sky. HEX triplet: 46, AF and DE. RGB value is (70,175,222). Sum of RGB (Red+Green+Blue) = 70+175+222=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #46AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AFDE is #B95021. Grayscale: #949494. Windows color (decimal): -12144674 or 14593862. OLE color: 14593862.

HSL color Cylindrical-coordinate representation of color #46AFDE: hue angle of 198.55º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46AFDE is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 175 222 -
CMYK 0.68 0.21 0 0.13
HSL 198.55º 0.7% 0.57% -
HSV(B) 198.55º 0.68% 0.87% -
XYZ 31.04 37.24 74.66 -
YUV 148.96 169.21 71.68 -
System Red Green Blue C M Y K H S L
Decimal 70 175 222 0.68 0.21 0 0.13 198.55 0.7 0.57
Hex 46 AF DE 44 15 0 D C7 46 39
Octal 106 257 336 104 25 0 15 307 106 71
Binary 1000110 10101111 11011110 1000100 10101 0 1101 11000111 1000110 111001

Color Harmonies of #46AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46AFDE

Black with #46AFDE

Text Example


Text Example

White with #46AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46AFDE; }

 p { color: rgb(70,175,222); }

 H1.HeaderClassName
 {
   color: #46AFDE;
 }
 .AnyTagClassName
 {
   color: #46AFDE;
 }
</style>

background-color css

<style>
 a { background-color: #46AFDE; }

 a { background-color: rgb(70,175,222); }

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

border-color css

<style>
 span { border-color: #46AFDE; }

 span { border-color: rgb(70,175,222); }

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