Html Css Color HEX #68BFE6 Malibu

📋 copy color: '#68BFE6'

red 104 ◦ green 191 ◦ blue 230

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

Shades of Malibu #68BFE6

Tints of Malibu #68BFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.81%

R = 19.81%
G = 36.38%
B = 43.81%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68BFE6 (or 0x68BFE6) is known color: Malibu. HEX triplet: 68, BF and E6. RGB value is (104,191,230). Sum of RGB (Red+Green+Blue) = 104+191+230=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #68BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFE6 is #974019. Grayscale: #A9A9A9. Windows color (decimal): -9912346 or 15122280. OLE color: 15122280.

HSL color Cylindrical-coordinate representation of color #68BFE6: hue angle of 198.57º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68BFE6 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 191 230 -
CMYK 0.55 0.17 0 0.10
HSL 198.57º 0.72% 0.65% -
HSV(B) 198.57º 0.55% 0.9% -
XYZ 38.62 45.92 81.69 -
YUV 169.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 104 191 230 0.55 0.17 0 0.10 198.57 0.72 0.65
Hex 68 BF E6 37 11 0 A C7 48 41
Octal 150 277 346 67 21 0 12 307 110 101
Binary 1101000 10111111 11100110 110111 10001 0 1010 11000111 1001000 1000001

Color Harmonies of #68BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFE6

Black with #68BFE6

Text Example


Text Example

White with #68BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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