Html Css Color HEX #68C1EF Malibu

📋 copy color: '#68C1EF'

red 104 ◦ green 193 ◦ blue 239

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

Shades of Malibu #68C1EF

Tints of Malibu #68C1EF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

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

R = 19.4%
G = 36.01%
B = 44.59%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68C1EF (or 0x68C1EF) is known color: Malibu. HEX triplet: 68, C1 and EF. RGB value is (104,193,239). Sum of RGB (Red+Green+Blue) = 104+193+239=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #68C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1EF is #973E10. Grayscale: #ABABAB. Windows color (decimal): -9911825 or 15712616. OLE color: 15712616.

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

Color convert

RGB 104 193 239 -
CMYK 0.56 0.19 0 0.06
HSL 200.44º 0.81% 0.67% -
HSV(B) 200.44º 0.56% 0.94% -
XYZ 40.36 47.31 88.67 -
YUV 171.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 104 193 239 0.56 0.19 0 0.06 200.44 0.81 0.67
Hex 68 C1 EF 38 13 0 6 C8 51 43
Octal 150 301 357 70 23 0 6 310 121 103
Binary 1101000 11000001 11101111 111000 10011 0 110 11001000 1010001 1000011

Color Harmonies of #68C1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1EF

Black with #68C1EF

Text Example


Text Example

White with #68C1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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