Html Css Color HEX #6BFFEB Baby Blue

📋 copy color: '#6BFFEB'

red 107 ◦ green 255 ◦ blue 235

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

Shades of Baby Blue #6BFFEB

Tints of Baby Blue #6BFFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 42.71%

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

R = 17.92%
G = 42.71%
B = 39.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#6BFFEB (or 0x6BFFEB) is known color: Baby Blue. HEX triplet: 6B, FF and EB. RGB value is (107,255,235). Sum of RGB (Red+Green+Blue) = 107+255+235=597 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.92% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFEB is #940014. Grayscale: #D0D0D0. Windows color (decimal): -9699349 or 15466347. OLE color: 15466347.

HSL color Cylindrical-coordinate representation of color #6BFFEB: hue angle of 171.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFEB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 107 255 235 -
CMYK 0.58 0 0.08 0
HSL 171.89º 1% 0.71% -
HSV(B) 171.89º 0.58% 1% -
XYZ 56.82 80.64 91.17 -
YUV 208.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 107 255 235 0.58 0 0.08 0 171.89 1 0.71
Hex 6B FF EB 3A 0 8 0 AC 64 47
Octal 153 377 353 72 0 10 0 254 144 107
Binary 1101011 11111111 11101011 111010 0 1000 0 10101100 1100100 1000111

Color Harmonies of #6BFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFEB

Black with #6BFFEB

Text Example


Text Example

White with #6BFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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