Html Css Color HEX #6EF1FF Baby Blue

📋 copy color: '#6EF1FF'

red 110 ◦ green 241 ◦ blue 255

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

Shades of Baby Blue #6EF1FF

Tints of Baby Blue #6EF1FF

RGB

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

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

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

R = 18.15%
G = 39.77%
B = 42.08%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6EF1FF (or 0x6EF1FF) is known color: Baby Blue. HEX triplet: 6E, F1 and FF. RGB value is (110,241,255). Sum of RGB (Red+Green+Blue) = 110+241+255=606 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.15% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EF1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF1FF is #910E00. Grayscale: #CBCBCB. Windows color (decimal): -9506305 or 16773486. OLE color: 16773486.

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

Color convert

RGB 110 241 255 -
CMYK 0.57 0.05 0 0
HSL 185.79º 1% 0.72% -
HSV(B) 185.79º 0.57% 1% -
XYZ 55.94 73.45 105.84 -
YUV 203.43 157.1 61.36 -
System Red Green Blue C M Y K H S L
Decimal 110 241 255 0.57 0.05 0 0 185.79 1 0.72
Hex 6E F1 FF 39 5 0 0 BA 64 48
Octal 156 361 377 71 5 0 0 272 144 110
Binary 1101110 11110001 11111111 111001 101 0 0 10111010 1100100 1001000

Color Harmonies of #6EF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF1FF

Black with #6EF1FF

Text Example


Text Example

White with #6EF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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