Html Css Color HEX #68AEEC Malibu

📋 copy color: '#68AEEC'

red 104 ◦ green 174 ◦ blue 236

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

Shades of Malibu #68AEEC

Tints of Malibu #68AEEC

RGB

 RED value IS 104 (41.02% from 255) = 20.23%

 GREEN value IS 174 (68.36% from 255) = 33.85%

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 20.23%
G = 33.85%
B = 45.91%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68AEEC (or 0x68AEEC) is known color: Malibu. HEX triplet: 68, AE and EC. RGB value is (104,174,236). Sum of RGB (Red+Green+Blue) = 104+174+236=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #68AEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEEC is #975113. Grayscale: #9F9F9F. Windows color (decimal): -9916692 or 15511144. OLE color: 15511144.

HSL color Cylindrical-coordinate representation of color #68AEEC: hue angle of 208.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AEEC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 174 236 -
CMYK 0.56 0.26 0 0.07
HSL 208.18º 0.78% 0.67% -
HSV(B) 208.18º 0.56% 0.93% -
XYZ 35.99 39.27 85.04 -
YUV 160.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 104 174 236 0.56 0.26 0 0.07 208.18 0.78 0.67
Hex 68 AE EC 38 1A 0 7 D0 4E 43
Octal 150 256 354 70 32 0 7 320 116 103
Binary 1101000 10101110 11101100 111000 11010 0 111 11010000 1001110 1000011

Color Harmonies of #68AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEEC

Black with #68AEEC

Text Example


Text Example

White with #68AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AEEC; }

 p { color: rgb(104,174,236); }

 H1.HeaderClassName
 {
   color: #68AEEC;
 }
 .AnyTagClassName
 {
   color: #68AEEC;
 }
</style>

background-color css

<style>
 a { background-color: #68AEEC; }

 a { background-color: rgb(104,174,236); }

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

border-color css

<style>
 span { border-color: #68AEEC; }

 span { border-color: rgb(104,174,236); }

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