Html Css Color HEX #6BFFEC Baby Blue

📋 copy color: '#6BFFEC'

red 107 ◦ green 255 ◦ blue 236

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

Shades of Baby Blue #6BFFEC

Tints of Baby Blue #6BFFEC

RGB

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

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

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

R = 17.89%
G = 42.64%
B = 39.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#6BFFEC (or 0x6BFFEC) is known color: Baby Blue. HEX triplet: 6B, FF and EC. RGB value is (107,255,236). Sum of RGB (Red+Green+Blue) = 107+255+236=598 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.89% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFEC is #940013. Grayscale: #D0D0D0. Windows color (decimal): -9699348 or 15531883. OLE color: 15531883.

HSL color Cylindrical-coordinate representation of color #6BFFEC: hue angle of 172.3º 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 #6BFFEC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 107 255 236 -
CMYK 0.58 0 0.07 0
HSL 172.3º 1% 0.71% -
HSV(B) 172.3º 0.58% 1% -
XYZ 56.96 80.7 91.93 -
YUV 208.58 143.47 55.54 -
System Red Green Blue C M Y K H S L
Decimal 107 255 236 0.58 0 0.07 0 172.3 1 0.71
Hex 6B FF EC 3A 0 7 0 AC 64 47
Octal 153 377 354 72 0 7 0 254 144 107
Binary 1101011 11111111 11101100 111010 0 111 0 10101100 1100100 1000111

Color Harmonies of #6BFFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFEC

Black with #6BFFEC

Text Example


Text Example

White with #6BFFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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