Html Css Color HEX #68ABEE Malibu

📋 copy color: '#68ABEE'

red 104 ◦ green 171 ◦ blue 238

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

Shades of Malibu #68ABEE

Tints of Malibu #68ABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 20.27%
G = 33.33%
B = 46.39%

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

#68ABEE (or 0x68ABEE) is known color: Malibu. HEX triplet: 68, AB and EE. RGB value is (104,171,238). Sum of RGB (Red+Green+Blue) = 104+171+238=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #68ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABEE is #975411. Grayscale: #9E9E9E. Windows color (decimal): -9917458 or 15641448. OLE color: 15641448.

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

Color convert

RGB 104 171 238 -
CMYK 0.56 0.28 0 0.07
HSL 210º 0.8% 0.67% -
HSV(B) 210º 0.56% 0.93% -
XYZ 35.7 38.24 86.39 -
YUV 158.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 104 171 238 0.56 0.28 0 0.07 210 0.8 0.67
Hex 68 AB EE 38 1C 0 7 D2 50 43
Octal 150 253 356 70 34 0 7 322 120 103
Binary 1101000 10101011 11101110 111000 11100 0 111 11010010 1010000 1000011

Color Harmonies of #68ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABEE

Black with #68ABEE

Text Example


Text Example

White with #68ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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