Html Css Color HEX #69BFE6 Malibu

📋 copy color: '#69BFE6'

red 105 ◦ green 191 ◦ blue 230

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

Shades of Malibu #69BFE6

Tints of Malibu #69BFE6

RGB

 RED value IS 105 (41.41% from 255) = 19.96%

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

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 19.96%
G = 36.31%
B = 43.73%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69BFE6 (or 0x69BFE6) is known color: Malibu. HEX triplet: 69, BF and E6. RGB value is (105,191,230). Sum of RGB (Red+Green+Blue) = 105+191+230=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #69BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BFE6 is #964019. Grayscale: #A9A9A9. Windows color (decimal): -9846810 or 15122281. OLE color: 15122281.

HSL color Cylindrical-coordinate representation of color #69BFE6: hue angle of 198.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69BFE6 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 191 230 -
CMYK 0.54 0.17 0 0.10
HSL 198.72º 0.71% 0.66% -
HSV(B) 198.72º 0.54% 0.9% -
XYZ 38.74 45.98 81.7 -
YUV 169.73 162.01 81.83 -
System Red Green Blue C M Y K H S L
Decimal 105 191 230 0.54 0.17 0 0.10 198.72 0.71 0.66
Hex 69 BF E6 36 11 0 A C7 47 42
Octal 151 277 346 66 21 0 12 307 107 102
Binary 1101001 10111111 11100110 110110 10001 0 1010 11000111 1000111 1000010

Color Harmonies of #69BFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BFE6

Black with #69BFE6

Text Example


Text Example

White with #69BFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BFE6; }

 p { color: rgb(105,191,230); }

 H1.HeaderClassName
 {
   color: #69BFE6;
 }
 .AnyTagClassName
 {
   color: #69BFE6;
 }
</style>

background-color css

<style>
 a { background-color: #69BFE6; }

 a { background-color: rgb(105,191,230); }

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

border-color css

<style>
 span { border-color: #69BFE6; }

 span { border-color: rgb(105,191,230); }

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