Html Css Color HEX #68C5EA Malibu

📋 copy color: '#68C5EA'

red 104 ◦ green 197 ◦ blue 234

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

Shades of Malibu #68C5EA

Tints of Malibu #68C5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.82%

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

R = 19.44%
G = 36.82%
B = 43.74%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68C5EA (or 0x68C5EA) is known color: Malibu. HEX triplet: 68, C5 and EA. RGB value is (104,197,234). Sum of RGB (Red+Green+Blue) = 104+197+234=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #68C5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C5EA is #973A15. Grayscale: #ADADAD. Windows color (decimal): -9910806 or 15385960. OLE color: 15385960.

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

Color convert

RGB 104 197 234 -
CMYK 0.56 0.16 0 0.08
HSL 197.08º 0.76% 0.66% -
HSV(B) 197.08º 0.56% 0.92% -
XYZ 40.53 48.82 85.13 -
YUV 173.41 162.19 78.49 -
System Red Green Blue C M Y K H S L
Decimal 104 197 234 0.56 0.16 0 0.08 197.08 0.76 0.66
Hex 68 C5 EA 38 10 0 8 C5 4C 42
Octal 150 305 352 70 20 0 10 305 114 102
Binary 1101000 11000101 11101010 111000 10000 0 1000 11000101 1001100 1000010

Color Harmonies of #68C5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5EA

Black with #68C5EA

Text Example


Text Example

White with #68C5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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