Html Css Color HEX #68BEDA Malibu

📋 copy color: '#68BEDA'

red 104 ◦ green 190 ◦ blue 218

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

Shades of Malibu #68BEDA

Tints of Malibu #68BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.11%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 20.31%
G = 37.11%
B = 42.58%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68BEDA (or 0x68BEDA) is known color: Malibu. HEX triplet: 68, BE and DA. RGB value is (104,190,218). Sum of RGB (Red+Green+Blue) = 104+190+218=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #68BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEDA is #974125. Grayscale: #A7A7A7. Windows color (decimal): -9912614 or 14335592. OLE color: 14335592.

HSL color Cylindrical-coordinate representation of color #68BEDA: hue angle of 194.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68BEDA is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 190 218 -
CMYK 0.52 0.13 0 0.15
HSL 194.74º 0.61% 0.63% -
HSV(B) 194.74º 0.52% 0.85% -
XYZ 36.78 44.83 73.04 -
YUV 167.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 104 190 218 0.52 0.13 0 0.15 194.74 0.61 0.63
Hex 68 BE DA 34 D 0 F C3 3D 3F
Octal 150 276 332 64 15 0 17 303 75 77
Binary 1101000 10111110 11011010 110100 1101 0 1111 11000011 111101 111111

Color Harmonies of #68BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEDA

Black with #68BEDA

Text Example


Text Example

White with #68BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,190,218); }

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

background-color css

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

 a { background-color: rgb(104,190,218); }

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

border-color css

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

 span { border-color: rgb(104,190,218); }

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