Html Css Color HEX #68AFEF Malibu

📋 copy color: '#68AFEF'

red 104 ◦ green 175 ◦ blue 239

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

Shades of Malibu #68AFEF

Tints of Malibu #68AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 20.08%
G = 33.78%
B = 46.14%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68AFEF (or 0x68AFEF) is known color: Malibu. HEX triplet: 68, AF and EF. RGB value is (104,175,239). Sum of RGB (Red+Green+Blue) = 104+175+239=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #68AFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFEF is #975010. Grayscale: #A0A0A0. Windows color (decimal): -9916433 or 15708008. OLE color: 15708008.

HSL color Cylindrical-coordinate representation of color #68AFEF: hue angle of 208.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AFEF is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 175 239 -
CMYK 0.56 0.27 0 0.06
HSL 208.44º 0.81% 0.67% -
HSV(B) 208.44º 0.56% 0.94% -
XYZ 36.62 39.84 87.42 -
YUV 161.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 104 175 239 0.56 0.27 0 0.06 208.44 0.81 0.67
Hex 68 AF EF 38 1B 0 6 D0 51 43
Octal 150 257 357 70 33 0 6 320 121 103
Binary 1101000 10101111 11101111 111000 11011 0 110 11010000 1010001 1000011

Color Harmonies of #68AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFEF

Black with #68AFEF

Text Example


Text Example

White with #68AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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