Html Css Color HEX #68B6EF Malibu

📋 copy color: '#68B6EF'

red 104 ◦ green 182 ◦ blue 239

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

Shades of Malibu #68B6EF

Tints of Malibu #68B6EF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

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

R = 19.81%
G = 34.67%
B = 45.52%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68B6EF (or 0x68B6EF) is known color: Malibu. HEX triplet: 68, B6 and EF. RGB value is (104,182,239). Sum of RGB (Red+Green+Blue) = 104+182+239=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #68B6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B6EF is #974910. Grayscale: #A4A4A4. Windows color (decimal): -9914641 or 15709800. OLE color: 15709800.

HSL color Cylindrical-coordinate representation of color #68B6EF: hue angle of 205.33º 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 #68B6EF is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 182 239 -
CMYK 0.56 0.24 0 0.06
HSL 205.33º 0.81% 0.67% -
HSV(B) 205.33º 0.56% 0.94% -
XYZ 38.02 42.63 87.89 -
YUV 165.18 169.66 84.37 -
System Red Green Blue C M Y K H S L
Decimal 104 182 239 0.56 0.24 0 0.06 205.33 0.81 0.67
Hex 68 B6 EF 38 18 0 6 CD 51 43
Octal 150 266 357 70 30 0 6 315 121 103
Binary 1101000 10110110 11101111 111000 11000 0 110 11001101 1010001 1000011

Color Harmonies of #68B6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B6EF

Black with #68B6EF

Text Example


Text Example

White with #68B6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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