Html Css Color HEX #6BFDFA Baby Blue

📋 copy color: '#6BFDFA'

red 107 ◦ green 253 ◦ blue 250

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

Shades of Baby Blue #6BFDFA

Tints of Baby Blue #6BFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.48%

 BLUE value IS 250 (98.05% from 255) = 40.98%

R = 17.54%
G = 41.48%
B = 40.98%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#6BFDFA (or 0x6BFDFA) is known color: Baby Blue. HEX triplet: 6B, FD and FA. RGB value is (107,253,250). Sum of RGB (Red+Green+Blue) = 107+253+250=610 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.54% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDFA is #940205. Grayscale: #D0D0D0. Windows color (decimal): -9699846 or 16448875. OLE color: 16448875.

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

Color convert

RGB 107 253 250 -
CMYK 0.58 0 0.01 0.01
HSL 178.77º 0.97% 0.71% -
HSV(B) 178.77º 0.58% 0.99% -
XYZ 58.44 80.28 102.86 -
YUV 209 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 107 253 250 0.58 0 0.01 0.01 178.77 0.97 0.71
Hex 6B FD FA 3A 0 1 1 B3 61 47
Octal 153 375 372 72 0 1 1 263 141 107
Binary 1101011 11111101 11111010 111010 0 1 1 10110011 1100001 1000111

Color Harmonies of #6BFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDFA

Black with #6BFDFA

Text Example


Text Example

White with #6BFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,253,250); }

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

background-color css

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

 a { background-color: rgb(107,253,250); }

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

border-color css

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

 span { border-color: rgb(107,253,250); }

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