Html Css Color HEX #6EFDFF Baby Blue

📋 copy color: '#6EFDFF'

red 110 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #6EFDFF

Tints of Baby Blue #6EFDFF

RGB

 RED value IS 110 (43.36% from 255) = 17.8%

 GREEN value IS 253 (99.22% from 255) = 40.94%

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

R = 17.8%
G = 40.94%
B = 41.26%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6EFDFF (or 0x6EFDFF) is known color: Baby Blue. HEX triplet: 6E, FD and FF. RGB value is (110,253,255). Sum of RGB (Red+Green+Blue) = 110+253+255=618 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.80% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EFDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFDFF is #910200. Grayscale: #D2D2D2. Windows color (decimal): -9503233 or 16776558. OLE color: 16776558.

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

Color convert

RGB 110 253 255 -
CMYK 0.57 0.01 0 0
HSL 180.83º 1% 0.72% -
HSV(B) 180.83º 0.57% 1% -
XYZ 59.61 80.79 107.06 -
YUV 210.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 110 253 255 0.57 0.01 0 0 180.83 1 0.72
Hex 6E FD FF 39 1 0 0 B5 64 48
Octal 156 375 377 71 1 0 0 265 144 110
Binary 1101110 11111101 11111111 111001 1 0 0 10110101 1100100 1001000

Color Harmonies of #6EFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFDFF

Black with #6EFDFF

Text Example


Text Example

White with #6EFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,253,255); }

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

background-color css

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

 a { background-color: rgb(110,253,255); }

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

border-color css

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

 span { border-color: rgb(110,253,255); }

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