Html Css Color HEX #68BCEC Malibu

📋 copy color: '#68BCEC'

red 104 ◦ green 188 ◦ blue 236

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

Shades of Malibu #68BCEC

Tints of Malibu #68BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 19.7%
G = 35.61%
B = 44.7%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68BCEC (or 0x68BCEC) is known color: Malibu. HEX triplet: 68, BC and EC. RGB value is (104,188,236). Sum of RGB (Red+Green+Blue) = 104+188+236=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #68BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCEC is #974313. Grayscale: #A8A8A8. Windows color (decimal): -9913108 or 15514728. OLE color: 15514728.

HSL color Cylindrical-coordinate representation of color #68BCEC: hue angle of 201.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BCEC is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 188 236 -
CMYK 0.56 0.20 0 0.07
HSL 201.82º 0.78% 0.67% -
HSV(B) 201.82º 0.56% 0.93% -
XYZ 38.83 44.97 85.99 -
YUV 168.36 166.17 82.1 -
System Red Green Blue C M Y K H S L
Decimal 104 188 236 0.56 0.20 0 0.07 201.82 0.78 0.67
Hex 68 BC EC 38 14 0 7 CA 4E 43
Octal 150 274 354 70 24 0 7 312 116 103
Binary 1101000 10111100 11101100 111000 10100 0 111 11001010 1001110 1000011

Color Harmonies of #68BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCEC

Black with #68BCEC

Text Example


Text Example

White with #68BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,236); }

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

background-color css

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

 a { background-color: rgb(104,188,236); }

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

border-color css

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

 span { border-color: rgb(104,188,236); }

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