Html Css Color HEX #68BEE7 Malibu

📋 copy color: '#68BEE7'

red 104 ◦ green 190 ◦ blue 231

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

Shades of Malibu #68BEE7

Tints of Malibu #68BEE7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

 BLUE value IS 231 (90.63% from 255) = 44%

R = 19.81%
G = 36.19%
B = 44%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#68BEE7 (or 0x68BEE7) is known color: Malibu. HEX triplet: 68, BE and E7. RGB value is (104,190,231). Sum of RGB (Red+Green+Blue) = 104+190+231=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #68BEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEE7 is #974118. Grayscale: #A8A8A8. Windows color (decimal): -9912601 or 15187560. OLE color: 15187560.

HSL color Cylindrical-coordinate representation of color #68BEE7: hue angle of 199.37º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68BEE7 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 104 190 231 -
CMYK 0.55 0.18 0 0.09
HSL 199.37º 0.73% 0.66% -
HSV(B) 199.37º 0.55% 0.91% -
XYZ 38.55 45.54 82.36 -
YUV 168.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 104 190 231 0.55 0.18 0 0.09 199.37 0.73 0.66
Hex 68 BE E7 37 12 0 9 C7 49 42
Octal 150 276 347 67 22 0 11 307 111 102
Binary 1101000 10111110 11100111 110111 10010 0 1001 11000111 1001001 1000010

Color Harmonies of #68BEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEE7

Black with #68BEE7

Text Example


Text Example

White with #68BEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,190,231); }

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

background-color css

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

 a { background-color: rgb(104,190,231); }

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

border-color css

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

 span { border-color: rgb(104,190,231); }

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