Html Css Color HEX #68C6EA Malibu

📋 copy color: '#68C6EA'

red 104 ◦ green 198 ◦ blue 234

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

Shades of Malibu #68C6EA

Tints of Malibu #68C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.94%

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

R = 19.4%
G = 36.94%
B = 43.66%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68C6EA (or 0x68C6EA) is known color: Malibu. HEX triplet: 68, C6 and EA. RGB value is (104,198,234). Sum of RGB (Red+Green+Blue) = 104+198+234=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #68C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C6EA is #973915. Grayscale: #ADADAD. Windows color (decimal): -9910550 or 15386216. OLE color: 15386216.

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

Color convert

RGB 104 198 234 -
CMYK 0.56 0.15 0 0.08
HSL 196.62º 0.76% 0.66% -
HSV(B) 196.62º 0.56% 0.92% -
XYZ 40.75 49.27 85.2 -
YUV 174 161.86 78.07 -
System Red Green Blue C M Y K H S L
Decimal 104 198 234 0.56 0.15 0 0.08 196.62 0.76 0.66
Hex 68 C6 EA 38 F 0 8 C5 4C 42
Octal 150 306 352 70 17 0 10 305 114 102
Binary 1101000 11000110 11101010 111000 1111 0 1000 11000101 1001100 1000010

Color Harmonies of #68C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C6EA

Black with #68C6EA

Text Example


Text Example

White with #68C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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