Html Css Color HEX #68AFEA Malibu

📋 copy color: '#68AFEA'

red 104 ◦ green 175 ◦ blue 234

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

Shades of Malibu #68AFEA

Tints of Malibu #68AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 20.27%
G = 34.11%
B = 45.61%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68AFEA (or 0x68AFEA) is known color: Malibu. HEX triplet: 68, AF and EA. RGB value is (104,175,234). Sum of RGB (Red+Green+Blue) = 104+175+234=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #68AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFEA is #975015. Grayscale: #A0A0A0. Windows color (decimal): -9916438 or 15380328. OLE color: 15380328.

HSL color Cylindrical-coordinate representation of color #68AFEA: hue angle of 207.23º degrees, saturation: 0.76, 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 #68AFEA is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 175 234 -
CMYK 0.56 0.25 0 0.08
HSL 207.23º 0.76% 0.66% -
HSV(B) 207.23º 0.56% 0.92% -
XYZ 35.89 39.54 83.58 -
YUV 160.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 104 175 234 0.56 0.25 0 0.08 207.23 0.76 0.66
Hex 68 AF EA 38 19 0 8 CF 4C 42
Octal 150 257 352 70 31 0 10 317 114 102
Binary 1101000 10101111 11101010 111000 11001 0 1000 11001111 1001100 1000010

Color Harmonies of #68AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFEA

Black with #68AFEA

Text Example


Text Example

White with #68AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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