Html Css Color HEX #6FBFEB Malibu

📋 copy color: '#6FBFEB'

red 111 ◦ green 191 ◦ blue 235

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

Shades of Malibu #6FBFEB

Tints of Malibu #6FBFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 20.67%
G = 35.57%
B = 43.76%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FBFEB (or 0x6FBFEB) is known color: Malibu. HEX triplet: 6F, BF and EB. RGB value is (111,191,235). Sum of RGB (Red+Green+Blue) = 111+191+235=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFEB is #904014. Grayscale: #ABABAB. Windows color (decimal): -9453589 or 15449967. OLE color: 15449967.

HSL color Cylindrical-coordinate representation of color #6FBFEB: hue angle of 201.29º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBFEB is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 191 235 -
CMYK 0.53 0.19 0 0.08
HSL 201.29º 0.76% 0.68% -
HSV(B) 201.29º 0.53% 0.92% -
XYZ 40.18 46.64 85.48 -
YUV 172.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 111 191 235 0.53 0.19 0 0.08 201.29 0.76 0.68
Hex 6F BF EB 35 13 0 8 C9 4C 44
Octal 157 277 353 65 23 0 10 311 114 104
Binary 1101111 10111111 11101011 110101 10011 0 1000 11001001 1001100 1000100

Color Harmonies of #6FBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBFEB

Black with #6FBFEB

Text Example


Text Example

White with #6FBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,191,235); }

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

background-color css

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

 a { background-color: rgb(111,191,235); }

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

border-color css

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

 span { border-color: rgb(111,191,235); }

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