Html Css Color HEX #44AFDA Summer Sky

📋 copy color: '#44AFDA'

red 68 ◦ green 175 ◦ blue 218

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

Shades of Summer Sky #44AFDA

Tints of Summer Sky #44AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 14.75%
G = 37.96%
B = 47.29%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#44AFDA (or 0x44AFDA) is known color: Summer Sky. HEX triplet: 44, AF and DA. RGB value is (68,175,218). Sum of RGB (Red+Green+Blue) = 68+175+218=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #44AFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AFDA is #BB5025. Grayscale: #939393. Windows color (decimal): -12275750 or 14331716. OLE color: 14331716.

HSL color Cylindrical-coordinate representation of color #44AFDA: hue angle of 197.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44AFDA is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 175 218 -
CMYK 0.69 0.20 0 0.15
HSL 197.2º 0.67% 0.56% -
HSV(B) 197.2º 0.69% 0.85% -
XYZ 30.37 36.95 71.86 -
YUV 147.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 68 175 218 0.69 0.20 0 0.15 197.2 0.67 0.56
Hex 44 AF DA 45 14 0 F C5 43 38
Octal 104 257 332 105 24 0 17 305 103 70
Binary 1000100 10101111 11011010 1000101 10100 0 1111 11000101 1000011 111000

Color Harmonies of #44AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AFDA

Black with #44AFDA

Text Example


Text Example

White with #44AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,175,218); }

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

background-color css

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

 a { background-color: rgb(68,175,218); }

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

border-color css

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

 span { border-color: rgb(68,175,218); }

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