Html Css Color HEX #44A4EF Summer Sky

📋 copy color: '#44A4EF'

red 68 ◦ green 164 ◦ blue 239

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

Shades of Summer Sky #44A4EF

Tints of Summer Sky #44A4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.82%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 14.44%
G = 34.82%
B = 50.74%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#44A4EF (or 0x44A4EF) is known color: Summer Sky. HEX triplet: 44, A4 and EF. RGB value is (68,164,239). Sum of RGB (Red+Green+Blue) = 68+164+239=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #44A4EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44A4EF is #BB5B10. Grayscale: #8F8F8F. Windows color (decimal): -12278545 or 15705156. OLE color: 15705156.

HSL color Cylindrical-coordinate representation of color #44A4EF: hue angle of 206.32º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44A4EF is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 164 239 -
CMYK 0.72 0.31 0 0.06
HSL 206.32º 0.84% 0.6% -
HSV(B) 206.32º 0.72% 0.94% -
XYZ 31.24 34.01 86.58 -
YUV 143.85 181.7 73.9 -
System Red Green Blue C M Y K H S L
Decimal 68 164 239 0.72 0.31 0 0.06 206.32 0.84 0.6
Hex 44 A4 EF 48 1F 0 6 CE 54 3C
Octal 104 244 357 110 37 0 6 316 124 74
Binary 1000100 10100100 11101111 1001000 11111 0 110 11001110 1010100 111100

Color Harmonies of #44A4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A4EF

Black with #44A4EF

Text Example


Text Example

White with #44A4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,164,239); }

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

background-color css

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

 a { background-color: rgb(68,164,239); }

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

border-color css

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

 span { border-color: rgb(68,164,239); }

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