Html Css Color HEX #68ABED Malibu

📋 copy color: '#68ABED'

red 104 ◦ green 171 ◦ blue 237

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

Shades of Malibu #68ABED

Tints of Malibu #68ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 20.31%
G = 33.4%
B = 46.29%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68ABED (or 0x68ABED) is known color: Malibu. HEX triplet: 68, AB and ED. RGB value is (104,171,237). Sum of RGB (Red+Green+Blue) = 104+171+237=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #68ABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABED is #975412. Grayscale: #9E9E9E. Windows color (decimal): -9917459 or 15575912. OLE color: 15575912.

HSL color Cylindrical-coordinate representation of color #68ABED: hue angle of 209.77º degrees, saturation: 0.79, 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 #68ABED is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 171 237 -
CMYK 0.56 0.28 0 0.07
HSL 209.77º 0.79% 0.67% -
HSV(B) 209.77º 0.56% 0.93% -
XYZ 35.56 38.18 85.62 -
YUV 158.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 104 171 237 0.56 0.28 0 0.07 209.77 0.79 0.67
Hex 68 AB ED 38 1C 0 7 D2 4F 43
Octal 150 253 355 70 34 0 7 322 117 103
Binary 1101000 10101011 11101101 111000 11100 0 111 11010010 1001111 1000011

Color Harmonies of #68ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABED

Black with #68ABED

Text Example


Text Example

White with #68ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,237); }

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

background-color css

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

 a { background-color: rgb(104,171,237); }

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

border-color css

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

 span { border-color: rgb(104,171,237); }

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