Html Css Color HEX #44A5FA Summer Sky

📋 copy color: '#44A5FA'

red 68 ◦ green 165 ◦ blue 250

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

Shades of Summer Sky #44A5FA

Tints of Summer Sky #44A5FA

RGB

 RED value IS 68 (26.95% from 255) = 14.08%

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 14.08%
G = 34.16%
B = 51.76%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#44A5FA (or 0x44A5FA) is known color: Summer Sky. HEX triplet: 44, A5 and FA. RGB value is (68,165,250). Sum of RGB (Red+Green+Blue) = 68+165+250=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #44A5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44A5FA is #BB5A05. Grayscale: #919191. Windows color (decimal): -12278278 or 16426308. OLE color: 16426308.

HSL color Cylindrical-coordinate representation of color #44A5FA: hue angle of 208.02º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44A5FA is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 165 250 -
CMYK 0.73 0.34 0 0.02
HSL 208.02º 0.95% 0.62% -
HSV(B) 208.02º 0.73% 0.98% -
XYZ 33.09 35.04 95.46 -
YUV 145.69 186.86 72.59 -
System Red Green Blue C M Y K H S L
Decimal 68 165 250 0.73 0.34 0 0.02 208.02 0.95 0.62
Hex 44 A5 FA 49 22 0 2 D0 5F 3E
Octal 104 245 372 111 42 0 2 320 137 76
Binary 1000100 10100101 11111010 1001001 100010 0 10 11010000 1011111 111110

Color Harmonies of #44A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A5FA

Black with #44A5FA

Text Example


Text Example

White with #44A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44A5FA; }

 p { color: rgb(68,165,250); }

 H1.HeaderClassName
 {
   color: #44A5FA;
 }
 .AnyTagClassName
 {
   color: #44A5FA;
 }
</style>

background-color css

<style>
 a { background-color: #44A5FA; }

 a { background-color: rgb(68,165,250); }

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

border-color css

<style>
 span { border-color: #44A5FA; }

 span { border-color: rgb(68,165,250); }

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