Html Css Color HEX #6DFBFC Baby Blue

📋 copy color: '#6DFBFC'

red 109 ◦ green 251 ◦ blue 252

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

Shades of Baby Blue #6DFBFC

Tints of Baby Blue #6DFBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.01%

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

R = 17.81%
G = 41.01%
B = 41.18%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DFBFC (or 0x6DFBFC) is known color: Baby Blue. HEX triplet: 6D, FB and FC. RGB value is (109,251,252). Sum of RGB (Red+Green+Blue) = 109+251+252=612 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.81% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DFBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFBFC is #920403. Grayscale: #D0D0D0. Windows color (decimal): -9569284 or 16579437. OLE color: 16579437.

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

Color convert

RGB 109 251 252 -
CMYK 0.57 0.00 0 0.01
HSL 180.42º 0.96% 0.71% -
HSV(B) 180.42º 0.57% 0.99% -
XYZ 58.37 79.27 104.32 -
YUV 208.66 152.46 56.92 -
System Red Green Blue C M Y K H S L
Decimal 109 251 252 0.57 0.00 0 0.01 180.42 0.96 0.71
Hex 6D FB FC 39 0 0 1 B4 60 47
Octal 155 373 374 71 0 0 1 264 140 107
Binary 1101101 11111011 11111100 111001 0 0 1 10110100 1100000 1000111

Color Harmonies of #6DFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFBFC

Black with #6DFBFC

Text Example


Text Example

White with #6DFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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