Html Css Color HEX #6EFAFC Baby Blue

📋 copy color: '#6EFAFC'

red 110 ◦ green 250 ◦ blue 252

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

Shades of Baby Blue #6EFAFC

Tints of Baby Blue #6EFAFC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.85%

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

R = 17.97%
G = 40.85%
B = 41.18%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EFAFC (or 0x6EFAFC) is known color: Baby Blue. HEX triplet: 6E, FA and FC. RGB value is (110,250,252). Sum of RGB (Red+Green+Blue) = 110+250+252=612 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.97% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EFAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFAFC is #910503. Grayscale: #D0D0D0. Windows color (decimal): -9504004 or 16579182. OLE color: 16579182.

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

Color convert

RGB 110 250 252 -
CMYK 0.56 0.01 0 0.01
HSL 180.85º 0.96% 0.71% -
HSV(B) 180.85º 0.56% 0.99% -
XYZ 58.19 78.71 104.22 -
YUV 208.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 110 250 252 0.56 0.01 0 0.01 180.85 0.96 0.71
Hex 6E FA FC 38 1 0 1 B5 60 47
Octal 156 372 374 70 1 0 1 265 140 107
Binary 1101110 11111010 11111100 111000 1 0 1 10110101 1100000 1000111

Color Harmonies of #6EFAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFAFC

Black with #6EFAFC

Text Example


Text Example

White with #6EFAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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