Html Css Color HEX #6EFFFC Baby Blue

📋 copy color: '#6EFFFC'

red 110 ◦ green 255 ◦ blue 252

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

Shades of Baby Blue #6EFFFC

Tints of Baby Blue #6EFFFC

RGB

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

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

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

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

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 110 255 252 -
CMYK 0.57 0 0.01 0
HSL 178.76º 1% 0.72% -
HSV(B) 178.76º 0.57% 1% -
XYZ 59.76 81.86 104.75 -
YUV 211.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 110 255 252 0.57 0 0.01 0 178.76 1 0.72
Hex 6E FF FC 39 0 1 0 B3 64 48
Octal 156 377 374 71 0 1 0 263 144 110
Binary 1101110 11111111 11111100 111001 0 1 0 10110011 1100100 1001000

Color Harmonies of #6EFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFFC

Black with #6EFFFC

Text Example


Text Example

White with #6EFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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