Html Css Color HEX #68B6EE Malibu

📋 copy color: '#68B6EE'

red 104 ◦ green 182 ◦ blue 238

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

Shades of Malibu #68B6EE

Tints of Malibu #68B6EE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.73%

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

R = 19.85%
G = 34.73%
B = 45.42%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68B6EE (or 0x68B6EE) is known color: Malibu. HEX triplet: 68, B6 and EE. RGB value is (104,182,238). Sum of RGB (Red+Green+Blue) = 104+182+238=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #68B6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B6EE is #974911. Grayscale: #A4A4A4. Windows color (decimal): -9914642 or 15644264. OLE color: 15644264.

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

Color convert

RGB 104 182 238 -
CMYK 0.56 0.24 0 0.07
HSL 205.07º 0.8% 0.67% -
HSV(B) 205.07º 0.56% 0.93% -
XYZ 37.87 42.57 87.11 -
YUV 165.06 169.16 84.45 -
System Red Green Blue C M Y K H S L
Decimal 104 182 238 0.56 0.24 0 0.07 205.07 0.8 0.67
Hex 68 B6 EE 38 18 0 7 CD 50 43
Octal 150 266 356 70 30 0 7 315 120 103
Binary 1101000 10110110 11101110 111000 11000 0 111 11001101 1010000 1000011

Color Harmonies of #68B6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B6EE

Black with #68B6EE

Text Example


Text Example

White with #68B6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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