Html Css Color HEX #68BCEA Malibu

📋 copy color: '#68BCEA'

red 104 ◦ green 188 ◦ blue 234

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

Shades of Malibu #68BCEA

Tints of Malibu #68BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 19.77%
G = 35.74%
B = 44.49%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68BCEA (or 0x68BCEA) is known color: Malibu. HEX triplet: 68, BC and EA. RGB value is (104,188,234). Sum of RGB (Red+Green+Blue) = 104+188+234=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #68BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCEA is #974315. Grayscale: #A7A7A7. Windows color (decimal): -9913110 or 15383656. OLE color: 15383656.

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

Color convert

RGB 104 188 234 -
CMYK 0.56 0.20 0 0.08
HSL 201.23º 0.76% 0.66% -
HSV(B) 201.23º 0.56% 0.92% -
XYZ 38.54 44.85 84.47 -
YUV 168.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 104 188 234 0.56 0.20 0 0.08 201.23 0.76 0.66
Hex 68 BC EA 38 14 0 8 C9 4C 42
Octal 150 274 352 70 24 0 10 311 114 102
Binary 1101000 10111100 11101010 111000 10100 0 1000 11001001 1001100 1000010

Color Harmonies of #68BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCEA

Black with #68BCEA

Text Example


Text Example

White with #68BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,234); }

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

background-color css

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

 a { background-color: rgb(104,188,234); }

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

border-color css

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

 span { border-color: rgb(104,188,234); }

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