Html Css Color HEX #6DFFFB Baby Blue

📋 copy color: '#6DFFFB'

red 109 ◦ green 255 ◦ blue 251

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

Shades of Baby Blue #6DFFFB

Tints of Baby Blue #6DFFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 17.72%
G = 41.46%
B = 40.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#6DFFFB (or 0x6DFFFB) is known color: Baby Blue. HEX triplet: 6D, FF and FB. RGB value is (109,255,251). Sum of RGB (Red+Green+Blue) = 109+255+251=615 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.72% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFFB is #920004. Grayscale: #D2D2D2. Windows color (decimal): -9568261 or 16514925. OLE color: 16514925.

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

Color convert

RGB 109 255 251 -
CMYK 0.57 0 0.02 0
HSL 178.36º 1% 0.71% -
HSV(B) 178.36º 0.57% 1% -
XYZ 59.48 81.74 103.91 -
YUV 210.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 109 255 251 0.57 0 0.02 0 178.36 1 0.71
Hex 6D FF FB 39 0 2 0 B2 64 47
Octal 155 377 373 71 0 2 0 262 144 107
Binary 1101101 11111111 11111011 111001 0 10 0 10110010 1100100 1000111

Color Harmonies of #6DFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFFFB

Black with #6DFFFB

Text Example


Text Example

White with #6DFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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