Html Css Color HEX #68BEEB Malibu

📋 copy color: '#68BEEB'

red 104 ◦ green 190 ◦ blue 235

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

Shades of Malibu #68BEEB

Tints of Malibu #68BEEB

RGB

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

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

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

R = 19.66%
G = 35.92%
B = 44.42%

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

#68BEEB (or 0x68BEEB) is known color: Malibu. HEX triplet: 68, BE and EB. RGB value is (104,190,235). Sum of RGB (Red+Green+Blue) = 104+190+235=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #68BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEEB is #974114. Grayscale: #A9A9A9. Windows color (decimal): -9912597 or 15449704. OLE color: 15449704.

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

Color convert

RGB 104 190 235 -
CMYK 0.56 0.19 0 0.08
HSL 200.61º 0.77% 0.66% -
HSV(B) 200.61º 0.56% 0.92% -
XYZ 39.12 45.77 85.37 -
YUV 169.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 104 190 235 0.56 0.19 0 0.08 200.61 0.77 0.66
Hex 68 BE EB 38 13 0 8 C9 4D 42
Octal 150 276 353 70 23 0 10 311 115 102
Binary 1101000 10111110 11101011 111000 10011 0 1000 11001001 1001101 1000010

Color Harmonies of #68BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEEB

Black with #68BEEB

Text Example


Text Example

White with #68BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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