Html Css Color HEX #68AEEB Malibu

📋 copy color: '#68AEEB'

red 104 ◦ green 174 ◦ blue 235

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

Shades of Malibu #68AEEB

Tints of Malibu #68AEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 20.27%
G = 33.92%
B = 45.81%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68AEEB (or 0x68AEEB) is known color: Malibu. HEX triplet: 68, AE and EB. RGB value is (104,174,235). Sum of RGB (Red+Green+Blue) = 104+174+235=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #68AEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEEB is #975114. Grayscale: #9F9F9F. Windows color (decimal): -9916693 or 15445608. OLE color: 15445608.

HSL color Cylindrical-coordinate representation of color #68AEEB: hue angle of 207.94º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AEEB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 174 235 -
CMYK 0.56 0.26 0 0.08
HSL 207.94º 0.77% 0.66% -
HSV(B) 207.94º 0.56% 0.92% -
XYZ 35.84 39.21 84.28 -
YUV 160.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 104 174 235 0.56 0.26 0 0.08 207.94 0.77 0.66
Hex 68 AE EB 38 1A 0 8 D0 4D 42
Octal 150 256 353 70 32 0 10 320 115 102
Binary 1101000 10101110 11101011 111000 11010 0 1000 11010000 1001101 1000010

Color Harmonies of #68AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEEB

Black with #68AEEB

Text Example


Text Example

White with #68AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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