Html Css Color HEX #44BEDA Summer Sky

📋 copy color: '#44BEDA'

red 68 ◦ green 190 ◦ blue 218

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

Shades of Summer Sky #44BEDA

Tints of Summer Sky #44BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.92%

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

R = 14.29%
G = 39.92%
B = 45.8%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#44BEDA (or 0x44BEDA) is known color: Summer Sky. HEX triplet: 44, BE and DA. RGB value is (68,190,218). Sum of RGB (Red+Green+Blue) = 68+190+218=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #44BEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BEDA is #BB4125. Grayscale: #9C9C9C. Windows color (decimal): -12271910 or 14335556. OLE color: 14335556.

HSL color Cylindrical-coordinate representation of color #44BEDA: hue angle of 191.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 #44BEDA is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 190 218 -
CMYK 0.69 0.13 0 0.15
HSL 191.2º 0.67% 0.56% -
HSV(B) 191.2º 0.69% 0.85% -
XYZ 33.45 43.12 72.89 -
YUV 156.71 162.58 64.72 -
System Red Green Blue C M Y K H S L
Decimal 68 190 218 0.69 0.13 0 0.15 191.2 0.67 0.56
Hex 44 BE DA 45 D 0 F BF 43 38
Octal 104 276 332 105 15 0 17 277 103 70
Binary 1000100 10111110 11011010 1000101 1101 0 1111 10111111 1000011 111000

Color Harmonies of #44BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BEDA

Black with #44BEDA

Text Example


Text Example

White with #44BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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