Html Css Color HEX #6DFFFC Baby Blue

📋 copy color: '#6DFFFC'

red 109 ◦ green 255 ◦ blue 252

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

Shades of Baby Blue #6DFFFC

Tints of Baby Blue #6DFFFC

RGB

 RED value IS 109 (42.97% from 255) = 17.69%

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

 BLUE value IS 252 (98.83% from 255) = 40.91%

R = 17.69%
G = 41.4%
B = 40.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#6DFFFC (or 0x6DFFFC) is known color: Baby Blue. HEX triplet: 6D, FF and FC. RGB value is (109,255,252). Sum of RGB (Red+Green+Blue) = 109+255+252=616 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.69% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFFC is #920003. Grayscale: #D2D2D2. Windows color (decimal): -9568260 or 16580461. OLE color: 16580461.

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

Color convert

RGB 109 255 252 -
CMYK 0.57 0 0.01 0
HSL 178.77º 1% 0.71% -
HSV(B) 178.77º 0.57% 1% -
XYZ 59.64 81.8 104.74 -
YUV 211 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 109 255 252 0.57 0 0.01 0 178.77 1 0.71
Hex 6D FF FC 39 0 1 0 B3 64 47
Octal 155 377 374 71 0 1 0 263 144 107
Binary 1101101 11111111 11111100 111001 0 1 0 10110011 1100100 1000111

Color Harmonies of #6DFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFFFC

Black with #6DFFFC

Text Example


Text Example

White with #6DFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,255,252); }

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

background-color css

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

 a { background-color: rgb(109,255,252); }

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

border-color css

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

 span { border-color: rgb(109,255,252); }

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