Html Css Color HEX #6EF2FD Baby Blue

📋 copy color: '#6EF2FD'

red 110 ◦ green 242 ◦ blue 253

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

Shades of Baby Blue #6EF2FD

Tints of Baby Blue #6EF2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40%

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 18.18%
G = 40%
B = 41.82%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EF2FD (or 0x6EF2FD) is known color: Baby Blue. HEX triplet: 6E, F2 and FD. RGB value is (110,242,253). Sum of RGB (Red+Green+Blue) = 110+242+253=605 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.18% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EF2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EF2FD is #910D02. Grayscale: #CBCBCB. Windows color (decimal): -9506051 or 16642670. OLE color: 16642670.

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

Color convert

RGB 110 242 253 -
CMYK 0.57 0.04 0 0.01
HSL 184.62º 0.97% 0.71% -
HSV(B) 184.62º 0.57% 0.99% -
XYZ 55.91 73.91 104.25 -
YUV 203.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 110 242 253 0.57 0.04 0 0.01 184.62 0.97 0.71
Hex 6E F2 FD 39 4 0 1 B9 61 47
Octal 156 362 375 71 4 0 1 271 141 107
Binary 1101110 11110010 11111101 111001 100 0 1 10111001 1100001 1000111

Color Harmonies of #6EF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF2FD

Black with #6EF2FD

Text Example


Text Example

White with #6EF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,242,253); }

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

background-color css

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

 a { background-color: rgb(110,242,253); }

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

border-color css

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

 span { border-color: rgb(110,242,253); }

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