Html Css Color HEX #6DF1FF Baby Blue

📋 copy color: '#6DF1FF'

red 109 ◦ green 241 ◦ blue 255

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

Shades of Baby Blue #6DF1FF

Tints of Baby Blue #6DF1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.83%

 BLUE value IS 255 (100% from 255) = 42.15%

R = 18.02%
G = 39.83%
B = 42.15%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6DF1FF (or 0x6DF1FF) is known color: Baby Blue. HEX triplet: 6D, F1 and FF. RGB value is (109,241,255). Sum of RGB (Red+Green+Blue) = 109+241+255=605 (80% of max value = 765). Red value is 109 (42.97% from 255 or 18.02% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DF1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF1FF is #920E00. Grayscale: #CACACA. Windows color (decimal): -9571841 or 16773485. OLE color: 16773485.

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

Color convert

RGB 109 241 255 -
CMYK 0.57 0.05 0 0
HSL 185.75º 1% 0.71% -
HSV(B) 185.75º 0.57% 1% -
XYZ 55.81 73.38 105.83 -
YUV 203.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 109 241 255 0.57 0.05 0 0 185.75 1 0.71
Hex 6D F1 FF 39 5 0 0 BA 64 47
Octal 155 361 377 71 5 0 0 272 144 107
Binary 1101101 11110001 11111111 111001 101 0 0 10111010 1100100 1000111

Color Harmonies of #6DF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF1FF

Black with #6DF1FF

Text Example


Text Example

White with #6DF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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