Html Css Color HEX #6BBFEB Malibu

📋 copy color: '#6BBFEB'

red 107 ◦ green 191 ◦ blue 235

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

Shades of Malibu #6BBFEB

Tints of Malibu #6BBFEB

RGB

 RED value IS 107 (42.19% from 255) = 20.08%

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

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

R = 20.08%
G = 35.83%
B = 44.09%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BBFEB (or 0x6BBFEB) is known color: Malibu. HEX triplet: 6B, BF and EB. RGB value is (107,191,235). Sum of RGB (Red+Green+Blue) = 107+191+235=533 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.08% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBFEB is #944014. Grayscale: #AAAAAA. Windows color (decimal): -9715733 or 15449963. OLE color: 15449963.

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

Color convert

RGB 107 191 235 -
CMYK 0.54 0.19 0 0.08
HSL 200.63º 0.76% 0.67% -
HSV(B) 200.63º 0.54% 0.92% -
XYZ 39.69 46.39 85.46 -
YUV 170.9 164.17 82.42 -
System Red Green Blue C M Y K H S L
Decimal 107 191 235 0.54 0.19 0 0.08 200.63 0.76 0.67
Hex 6B BF EB 36 13 0 8 C9 4C 43
Octal 153 277 353 66 23 0 10 311 114 103
Binary 1101011 10111111 11101011 110110 10011 0 1000 11001001 1001100 1000011

Color Harmonies of #6BBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFEB

Black with #6BBFEB

Text Example


Text Example

White with #6BBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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