Html Css Color HEX #41AAF8 Summer Sky

📋 copy color: '#41AAF8'

red 65 ◦ green 170 ◦ blue 248

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

Shades of Summer Sky #41AAF8

Tints of Summer Sky #41AAF8

RGB

 RED value IS 65 (25.78% from 255) = 13.46%

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 248 (97.27% from 255) = 51.35%

R = 13.46%
G = 35.2%
B = 51.35%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#41AAF8 (or 0x41AAF8) is known color: Summer Sky. HEX triplet: 41, AA and F8. RGB value is (65,170,248). Sum of RGB (Red+Green+Blue) = 65+170+248=483 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.46% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #41AAF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #41AAF8 is #BE5507. Grayscale: #939393. Windows color (decimal): -12473608 or 16296513. OLE color: 16296513.

HSL color Cylindrical-coordinate representation of color #41AAF8: hue angle of 205.57º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41AAF8 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 170 248 -
CMYK 0.74 0.31 0 0.03
HSL 205.57º 0.93% 0.61% -
HSV(B) 205.57º 0.74% 0.97% -
XYZ 33.5 36.65 94.12 -
YUV 147.5 184.71 69.16 -
System Red Green Blue C M Y K H S L
Decimal 65 170 248 0.74 0.31 0 0.03 205.57 0.93 0.61
Hex 41 AA F8 4A 1F 0 3 CE 5D 3D
Octal 101 252 370 112 37 0 3 316 135 75
Binary 1000001 10101010 11111000 1001010 11111 0 11 11001110 1011101 111101

Color Harmonies of #41AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AAF8

Black with #41AAF8

Text Example


Text Example

White with #41AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41AAF8; }

 p { color: rgb(65,170,248); }

 H1.HeaderClassName
 {
   color: #41AAF8;
 }
 .AnyTagClassName
 {
   color: #41AAF8;
 }
</style>

background-color css

<style>
 a { background-color: #41AAF8; }

 a { background-color: rgb(65,170,248); }

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

border-color css

<style>
 span { border-color: #41AAF8; }

 span { border-color: rgb(65,170,248); }

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