Html Css Color HEX #44BDEF Summer Sky

📋 copy color: '#44BDEF'

red 68 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #44BDEF

Tints of Summer Sky #44BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

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

R = 13.71%
G = 38.1%
B = 48.19%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#44BDEF (or 0x44BDEF) is known color: Summer Sky. HEX triplet: 44, BD and EF. RGB value is (68,189,239). Sum of RGB (Red+Green+Blue) = 68+189+239=496 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.71% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #44BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BDEF is #BB4210. Grayscale: #9E9E9E. Windows color (decimal): -12272145 or 15711556. OLE color: 15711556.

HSL color Cylindrical-coordinate representation of color #44BDEF: hue angle of 197.54º 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 #44BDEF is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 189 239 -
CMYK 0.72 0.21 0 0.06
HSL 197.54º 0.84% 0.6% -
HSV(B) 197.54º 0.72% 0.94% -
XYZ 36.16 43.86 88.22 -
YUV 158.52 173.41 63.43 -
System Red Green Blue C M Y K H S L
Decimal 68 189 239 0.72 0.21 0 0.06 197.54 0.84 0.6
Hex 44 BD EF 48 15 0 6 C6 54 3C
Octal 104 275 357 110 25 0 6 306 124 74
Binary 1000100 10111101 11101111 1001000 10101 0 110 11000110 1010100 111100

Color Harmonies of #44BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BDEF

Black with #44BDEF

Text Example


Text Example

White with #44BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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