Html Css Color HEX #68BFEF Malibu

📋 copy color: '#68BFEF'

red 104 ◦ green 191 ◦ blue 239

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

Shades of Malibu #68BFEF

Tints of Malibu #68BFEF

RGB

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

 GREEN value IS 191 (75% from 255) = 35.77%

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 19.48%
G = 35.77%
B = 44.76%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68BFEF (or 0x68BFEF) is known color: Malibu. HEX triplet: 68, BF and EF. RGB value is (104,191,239). Sum of RGB (Red+Green+Blue) = 104+191+239=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #68BFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFEF is #974010. Grayscale: #AAAAAA. Windows color (decimal): -9912337 or 15712104. OLE color: 15712104.

HSL color Cylindrical-coordinate representation of color #68BFEF: hue angle of 201.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BFEF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 191 239 -
CMYK 0.56 0.20 0 0.06
HSL 201.33º 0.81% 0.67% -
HSV(B) 201.33º 0.56% 0.94% -
XYZ 39.92 46.44 88.52 -
YUV 170.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 104 191 239 0.56 0.20 0 0.06 201.33 0.81 0.67
Hex 68 BF EF 38 14 0 6 C9 51 43
Octal 150 277 357 70 24 0 6 311 121 103
Binary 1101000 10111111 11101111 111000 10100 0 110 11001001 1010001 1000011

Color Harmonies of #68BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFEF

Black with #68BFEF

Text Example


Text Example

White with #68BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,191,239); }

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

background-color css

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

 a { background-color: rgb(104,191,239); }

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

border-color css

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

 span { border-color: rgb(104,191,239); }

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