Html Css Color HEX #68C1EE Malibu

📋 copy color: '#68C1EE'

red 104 ◦ green 193 ◦ blue 238

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

Shades of Malibu #68C1EE

Tints of Malibu #68C1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 19.44%
G = 36.07%
B = 44.49%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68C1EE (or 0x68C1EE) is known color: Malibu. HEX triplet: 68, C1 and EE. RGB value is (104,193,238). Sum of RGB (Red+Green+Blue) = 104+193+238=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #68C1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1EE is #973E11. Grayscale: #ABABAB. Windows color (decimal): -9911826 or 15647080. OLE color: 15647080.

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

Color convert

RGB 104 193 238 -
CMYK 0.56 0.19 0 0.07
HSL 200.15º 0.8% 0.67% -
HSV(B) 200.15º 0.56% 0.93% -
XYZ 40.21 47.26 87.89 -
YUV 171.52 165.51 79.84 -
System Red Green Blue C M Y K H S L
Decimal 104 193 238 0.56 0.19 0 0.07 200.15 0.8 0.67
Hex 68 C1 EE 38 13 0 7 C8 50 43
Octal 150 301 356 70 23 0 7 310 120 103
Binary 1101000 11000001 11101110 111000 10011 0 111 11001000 1010000 1000011

Color Harmonies of #68C1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1EE

Black with #68C1EE

Text Example


Text Example

White with #68C1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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