Html Css Color HEX #6DF8FB Baby Blue

📋 copy color: '#6DF8FB'

red 109 ◦ green 248 ◦ blue 251

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

Shades of Baby Blue #6DF8FB

Tints of Baby Blue #6DF8FB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.79%

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

R = 17.93%
G = 40.79%
B = 41.28%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6DF8FB (or 0x6DF8FB) is known color: Baby Blue. HEX triplet: 6D, F8 and FB. RGB value is (109,248,251). Sum of RGB (Red+Green+Blue) = 109+248+251=608 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.93% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #6DF8FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF8FB is #920704. Grayscale: #CECECE. Windows color (decimal): -9570053 or 16513133. OLE color: 16513133.

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

Color convert

RGB 109 248 251 -
CMYK 0.57 0.01 0 0.02
HSL 181.27º 0.95% 0.71% -
HSV(B) 181.27º 0.57% 0.98% -
XYZ 57.29 77.35 103.18 -
YUV 206.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 109 248 251 0.57 0.01 0 0.02 181.27 0.95 0.71
Hex 6D F8 FB 39 1 0 2 B5 5F 47
Octal 155 370 373 71 1 0 2 265 137 107
Binary 1101101 11111000 11111011 111001 1 0 10 10110101 1011111 1000111

Color Harmonies of #6DF8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF8FB

Black with #6DF8FB

Text Example


Text Example

White with #6DF8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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