Html Css Color HEX #68B5EE Malibu

📋 copy color: '#68B5EE'

red 104 ◦ green 181 ◦ blue 238

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

Shades of Malibu #68B5EE

Tints of Malibu #68B5EE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.61%

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 19.89%
G = 34.61%
B = 45.51%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68B5EE (or 0x68B5EE) is known color: Malibu. HEX triplet: 68, B5 and EE. RGB value is (104,181,238). Sum of RGB (Red+Green+Blue) = 104+181+238=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #68B5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B5EE is #974A11. Grayscale: #A4A4A4. Windows color (decimal): -9914898 or 15644008. OLE color: 15644008.

HSL color Cylindrical-coordinate representation of color #68B5EE: hue angle of 205.52º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68B5EE is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 181 238 -
CMYK 0.56 0.24 0 0.07
HSL 205.52º 0.8% 0.67% -
HSV(B) 205.52º 0.56% 0.93% -
XYZ 37.67 42.16 87.04 -
YUV 164.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 104 181 238 0.56 0.24 0 0.07 205.52 0.8 0.67
Hex 68 B5 EE 38 18 0 7 CE 50 43
Octal 150 265 356 70 30 0 7 316 120 103
Binary 1101000 10110101 11101110 111000 11000 0 111 11001110 1010000 1000011

Color Harmonies of #68B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5EE

Black with #68B5EE

Text Example


Text Example

White with #68B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,181,238); }

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

background-color css

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

 a { background-color: rgb(104,181,238); }

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

border-color css

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

 span { border-color: rgb(104,181,238); }

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