Html Css Color HEX #6DF5FD Baby Blue

📋 copy color: '#6DF5FD'

red 109 ◦ green 245 ◦ blue 253

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

Shades of Baby Blue #6DF5FD

Tints of Baby Blue #6DF5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.36%

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 17.96%
G = 40.36%
B = 41.68%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DF5FD (or 0x6DF5FD) is known color: Baby Blue. HEX triplet: 6D, F5 and FD. RGB value is (109,245,253). Sum of RGB (Red+Green+Blue) = 109+245+253=607 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.96% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DF5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF5FD is #920A02. Grayscale: #CDCDCD. Windows color (decimal): -9570819 or 16643437. OLE color: 16643437.

HSL color Cylindrical-coordinate representation of color #6DF5FD: hue angle of 183.33º degrees, saturation: 0.97, 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 #6DF5FD is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 245 253 -
CMYK 0.57 0.03 0 0.01
HSL 183.33º 0.97% 0.71% -
HSV(B) 183.33º 0.57% 0.99% -
XYZ 56.69 75.65 104.54 -
YUV 205.25 154.94 59.35 -
System Red Green Blue C M Y K H S L
Decimal 109 245 253 0.57 0.03 0 0.01 183.33 0.97 0.71
Hex 6D F5 FD 39 3 0 1 B7 61 47
Octal 155 365 375 71 3 0 1 267 141 107
Binary 1101101 11110101 11111101 111001 11 0 1 10110111 1100001 1000111

Color Harmonies of #6DF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF5FD

Black with #6DF5FD

Text Example


Text Example

White with #6DF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,245,253); }

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

background-color css

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

 a { background-color: rgb(109,245,253); }

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

border-color css

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

 span { border-color: rgb(109,245,253); }

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