Html Css Color HEX #6DF2FD Baby Blue

📋 copy color: '#6DF2FD'

red 109 ◦ green 242 ◦ blue 253

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

Shades of Baby Blue #6DF2FD

Tints of Baby Blue #6DF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.07%

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

R = 18.05%
G = 40.07%
B = 41.89%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DF2FD (or 0x6DF2FD) is known color: Baby Blue. HEX triplet: 6D, F2 and FD. RGB value is (109,242,253). Sum of RGB (Red+Green+Blue) = 109+242+253=604 (80% of max value = 765). Red value is 109 (42.97% from 255 or 18.05% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DF2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF2FD is #920D02. Grayscale: #CBCBCB. Windows color (decimal): -9571587 or 16642669. OLE color: 16642669.

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

Color convert

RGB 109 242 253 -
CMYK 0.57 0.04 0 0.01
HSL 184.58º 0.97% 0.71% -
HSV(B) 184.58º 0.57% 0.99% -
XYZ 55.79 73.85 104.24 -
YUV 203.49 155.94 60.61 -
System Red Green Blue C M Y K H S L
Decimal 109 242 253 0.57 0.04 0 0.01 184.58 0.97 0.71
Hex 6D F2 FD 39 4 0 1 B9 61 47
Octal 155 362 375 71 4 0 1 271 141 107
Binary 1101101 11110010 11111101 111001 100 0 1 10111001 1100001 1000111

Color Harmonies of #6DF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF2FD

Black with #6DF2FD

Text Example


Text Example

White with #6DF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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