Html Css Color HEX #6EF1FA Baby Blue

📋 copy color: '#6EF1FA'

red 110 ◦ green 241 ◦ blue 250

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

Shades of Baby Blue #6EF1FA

Tints of Baby Blue #6EF1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.1%

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 18.3%
G = 40.1%
B = 41.6%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EF1FA (or 0x6EF1FA) is known color: Baby Blue. HEX triplet: 6E, F1 and FA. RGB value is (110,241,250). Sum of RGB (Red+Green+Blue) = 110+241+250=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EF1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF1FA is #910E05. Grayscale: #CACACA. Windows color (decimal): -9506310 or 16445806. OLE color: 16445806.

HSL color Cylindrical-coordinate representation of color #6EF1FA: hue angle of 183.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF1FA is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 241 250 -
CMYK 0.56 0.04 0 0.02
HSL 183.86º 0.93% 0.71% -
HSV(B) 183.86º 0.56% 0.98% -
XYZ 55.14 73.13 101.65 -
YUV 202.86 154.6 61.77 -
System Red Green Blue C M Y K H S L
Decimal 110 241 250 0.56 0.04 0 0.02 183.86 0.93 0.71
Hex 6E F1 FA 38 4 0 2 B8 5D 47
Octal 156 361 372 70 4 0 2 270 135 107
Binary 1101110 11110001 11111010 111000 100 0 10 10111000 1011101 1000111

Color Harmonies of #6EF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF1FA

Black with #6EF1FA

Text Example


Text Example

White with #6EF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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