Html Css Color HEX #6EFCFF Baby Blue

📋 copy color: '#6EFCFF'

red 110 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #6EFCFF

Tints of Baby Blue #6EFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.84%

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

R = 17.83%
G = 40.84%
B = 41.33%

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

#6EFCFF (or 0x6EFCFF) is known color: Baby Blue. HEX triplet: 6E, FC and FF. RGB value is (110,252,255). Sum of RGB (Red+Green+Blue) = 110+252+255=617 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.83% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EFCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFCFF is #910300. Grayscale: #D1D1D1. Windows color (decimal): -9503489 or 16776302. OLE color: 16776302.

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

Color convert

RGB 110 252 255 -
CMYK 0.57 0.01 0 0
HSL 181.24º 1% 0.72% -
HSV(B) 181.24º 0.57% 1% -
XYZ 59.29 80.16 106.95 -
YUV 209.88 153.46 56.76 -
System Red Green Blue C M Y K H S L
Decimal 110 252 255 0.57 0.01 0 0 181.24 1 0.72
Hex 6E FC FF 39 1 0 0 B5 64 48
Octal 156 374 377 71 1 0 0 265 144 110
Binary 1101110 11111100 11111111 111001 1 0 0 10110101 1100100 1001000

Color Harmonies of #6EFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFCFF

Black with #6EFCFF

Text Example


Text Example

White with #6EFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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