Html Css Color HEX #68B2EE Malibu

📋 copy color: '#68B2EE'

red 104 ◦ green 178 ◦ blue 238

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

Shades of Malibu #68B2EE

Tints of Malibu #68B2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.23%

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

R = 20%
G = 34.23%
B = 45.77%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#68B2EE (or 0x68B2EE) is known color: Malibu. HEX triplet: 68, B2 and EE. RGB value is (104,178,238). Sum of RGB (Red+Green+Blue) = 104+178+238=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #68B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2EE is #974D11. Grayscale: #A2A2A2. Windows color (decimal): -9915666 or 15643240. OLE color: 15643240.

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

Color convert

RGB 104 178 238 -
CMYK 0.56 0.25 0 0.07
HSL 206.87º 0.8% 0.67% -
HSV(B) 206.87º 0.56% 0.93% -
XYZ 37.06 40.96 86.84 -
YUV 162.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 104 178 238 0.56 0.25 0 0.07 206.87 0.8 0.67
Hex 68 B2 EE 38 19 0 7 CF 50 43
Octal 150 262 356 70 31 0 7 317 120 103
Binary 1101000 10110010 11101110 111000 11001 0 111 11001111 1010000 1000011

Color Harmonies of #68B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B2EE

Black with #68B2EE

Text Example


Text Example

White with #68B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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