Html Css Color HEX #68BFEB Malibu

📋 copy color: '#68BFEB'

red 104 ◦ green 191 ◦ blue 235

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

Shades of Malibu #68BFEB

Tints of Malibu #68BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 19.62%
G = 36.04%
B = 44.34%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68BFEB (or 0x68BFEB) is known color: Malibu. HEX triplet: 68, BF and EB. RGB value is (104,191,235). Sum of RGB (Red+Green+Blue) = 104+191+235=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #68BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFEB is #974014. Grayscale: #A9A9A9. Windows color (decimal): -9912341 or 15449960. OLE color: 15449960.

HSL color Cylindrical-coordinate representation of color #68BFEB: hue angle of 200.15º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BFEB is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 191 235 -
CMYK 0.56 0.19 0 0.08
HSL 200.15º 0.77% 0.66% -
HSV(B) 200.15º 0.56% 0.92% -
XYZ 39.34 46.2 85.44 -
YUV 170 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 104 191 235 0.56 0.19 0 0.08 200.15 0.77 0.66
Hex 68 BF EB 38 13 0 8 C8 4D 42
Octal 150 277 353 70 23 0 10 310 115 102
Binary 1101000 10111111 11101011 111000 10011 0 1000 11001000 1001101 1000010

Color Harmonies of #68BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFEB

Black with #68BFEB

Text Example


Text Example

White with #68BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,191,235); }

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

background-color css

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

 a { background-color: rgb(104,191,235); }

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

border-color css

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

 span { border-color: rgb(104,191,235); }

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