Html Css Color HEX #6DFBFE Baby Blue

📋 copy color: '#6DFBFE'

red 109 ◦ green 251 ◦ blue 254

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

Shades of Baby Blue #6DFBFE

Tints of Baby Blue #6DFBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 17.75%
G = 40.88%
B = 41.37%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6DFBFE (or 0x6DFBFE) is known color: Baby Blue. HEX triplet: 6D, FB and FE. RGB value is (109,251,254). Sum of RGB (Red+Green+Blue) = 109+251+254=614 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.75% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DFBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFBFE is #920401. Grayscale: #D0D0D0. Windows color (decimal): -9569282 or 16710509. OLE color: 16710509.

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

Color convert

RGB 109 251 254 -
CMYK 0.57 0.01 0 0.00
HSL 181.24º 0.99% 0.71% -
HSV(B) 181.24º 0.57% 1% -
XYZ 58.69 79.4 106 -
YUV 208.88 153.46 56.76 -
System Red Green Blue C M Y K H S L
Decimal 109 251 254 0.57 0.01 0 0.00 181.24 0.99 0.71
Hex 6D FB FE 39 1 0 0 B5 63 47
Octal 155 373 376 71 1 0 0 265 143 107
Binary 1101101 11111011 11111110 111001 1 0 0 10110101 1100011 1000111

Color Harmonies of #6DFBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFBFE

Black with #6DFBFE

Text Example


Text Example

White with #6DFBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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