Html Css Color HEX #68AFE9 Malibu

📋 copy color: '#68AFE9'

red 104 ◦ green 175 ◦ blue 233

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

Shades of Malibu #68AFE9

Tints of Malibu #68AFE9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

 BLUE value IS 233 (91.41% from 255) = 45.51%

R = 20.31%
G = 34.18%
B = 45.51%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68AFE9 (or 0x68AFE9) is known color: Malibu. HEX triplet: 68, AF and E9. RGB value is (104,175,233). Sum of RGB (Red+Green+Blue) = 104+175+233=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #68AFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFE9 is #975016. Grayscale: #A0A0A0. Windows color (decimal): -9916439 or 15314792. OLE color: 15314792.

HSL color Cylindrical-coordinate representation of color #68AFE9: hue angle of 206.98º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68AFE9 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 175 233 -
CMYK 0.55 0.25 0 0.09
HSL 206.98º 0.75% 0.66% -
HSV(B) 206.98º 0.55% 0.91% -
XYZ 35.75 39.49 82.83 -
YUV 160.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 104 175 233 0.55 0.25 0 0.09 206.98 0.75 0.66
Hex 68 AF E9 37 19 0 9 CF 4B 42
Octal 150 257 351 67 31 0 11 317 113 102
Binary 1101000 10101111 11101001 110111 11001 0 1001 11001111 1001011 1000010

Color Harmonies of #68AFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFE9

Black with #68AFE9

Text Example


Text Example

White with #68AFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,175,233); }

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

background-color css

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

 a { background-color: rgb(104,175,233); }

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

border-color css

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

 span { border-color: rgb(104,175,233); }

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