Html Css Color HEX #44AFDE Summer Sky

📋 copy color: '#44AFDE'

red 68 ◦ green 175 ◦ blue 222

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

Shades of Summer Sky #44AFDE

Tints of Summer Sky #44AFDE

RGB

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

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

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

R = 14.62%
G = 37.63%
B = 47.74%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#44AFDE (or 0x44AFDE) is known color: Summer Sky. HEX triplet: 44, AF and DE. RGB value is (68,175,222). Sum of RGB (Red+Green+Blue) = 68+175+222=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #44AFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AFDE is #BB5021. Grayscale: #949494. Windows color (decimal): -12275746 or 14593860. OLE color: 14593860.

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

Color convert

RGB 68 175 222 -
CMYK 0.69 0.21 0 0.13
HSL 198.31º 0.7% 0.57% -
HSV(B) 198.31º 0.69% 0.87% -
XYZ 30.9 37.16 74.65 -
YUV 148.37 169.55 70.68 -
System Red Green Blue C M Y K H S L
Decimal 68 175 222 0.69 0.21 0 0.13 198.31 0.7 0.57
Hex 44 AF DE 45 15 0 D C6 46 39
Octal 104 257 336 105 25 0 15 306 106 71
Binary 1000100 10101111 11011110 1000101 10101 0 1101 11000110 1000110 111001

Color Harmonies of #44AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AFDE

Black with #44AFDE

Text Example


Text Example

White with #44AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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