Html Css Color HEX #68B1ED Malibu

📋 copy color: '#68B1ED'

red 104 ◦ green 177 ◦ blue 237

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

Shades of Malibu #68B1ED

Tints of Malibu #68B1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.17%

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 20.08%
G = 34.17%
B = 45.75%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68B1ED (or 0x68B1ED) is known color: Malibu. HEX triplet: 68, B1 and ED. RGB value is (104,177,237). Sum of RGB (Red+Green+Blue) = 104+177+237=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #68B1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B1ED is #974E12. Grayscale: #A1A1A1. Windows color (decimal): -9915923 or 15577448. OLE color: 15577448.

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

Color convert

RGB 104 177 237 -
CMYK 0.56 0.25 0 0.07
HSL 207.07º 0.79% 0.67% -
HSV(B) 207.07º 0.56% 0.93% -
XYZ 36.72 40.5 86 -
YUV 162.01 170.32 86.62 -
System Red Green Blue C M Y K H S L
Decimal 104 177 237 0.56 0.25 0 0.07 207.07 0.79 0.67
Hex 68 B1 ED 38 19 0 7 CF 4F 43
Octal 150 261 355 70 31 0 7 317 117 103
Binary 1101000 10110001 11101101 111000 11001 0 111 11001111 1001111 1000011

Color Harmonies of #68B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B1ED

Black with #68B1ED

Text Example


Text Example

White with #68B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,177,237); }

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

background-color css

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

 a { background-color: rgb(104,177,237); }

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

border-color css

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

 span { border-color: rgb(104,177,237); }

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