Html Css Color HEX #6FBAEC Malibu

📋 copy color: '#6FBAEC'

red 111 ◦ green 186 ◦ blue 236

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

Shades of Malibu #6FBAEC

Tints of Malibu #6FBAEC

RGB

 RED value IS 111 (43.75% from 255) = 20.83%

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 20.83%
G = 34.9%
B = 44.28%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FBAEC (or 0x6FBAEC) is known color: Malibu. HEX triplet: 6F, BA and EC. RGB value is (111,186,236). Sum of RGB (Red+Green+Blue) = 111+186+236=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FBAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAEC is #904513. Grayscale: #A9A9A9. Windows color (decimal): -9454868 or 15514223. OLE color: 15514223.

HSL color Cylindrical-coordinate representation of color #6FBAEC: hue angle of 204º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBAEC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 186 236 -
CMYK 0.53 0.21 0 0.07
HSL 204º 0.77% 0.68% -
HSV(B) 204º 0.53% 0.93% -
XYZ 39.25 44.55 85.89 -
YUV 169.28 165.65 86.43 -
System Red Green Blue C M Y K H S L
Decimal 111 186 236 0.53 0.21 0 0.07 204 0.77 0.68
Hex 6F BA EC 35 15 0 7 CC 4D 44
Octal 157 272 354 65 25 0 7 314 115 104
Binary 1101111 10111010 11101100 110101 10101 0 111 11001100 1001101 1000100

Color Harmonies of #6FBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBAEC

Black with #6FBAEC

Text Example


Text Example

White with #6FBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FBAEC; }

 p { color: rgb(111,186,236); }

 H1.HeaderClassName
 {
   color: #6FBAEC;
 }
 .AnyTagClassName
 {
   color: #6FBAEC;
 }
</style>

background-color css

<style>
 a { background-color: #6FBAEC; }

 a { background-color: rgb(111,186,236); }

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

border-color css

<style>
 span { border-color: #6FBAEC; }

 span { border-color: rgb(111,186,236); }

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