Html Css Color HEX #6FFAFD Baby Blue

📋 copy color: '#6FFAFD'

red 111 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #6FFAFD

Tints of Baby Blue #6FFAFD

RGB

 RED value IS 111 (43.75% from 255) = 18.08%

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

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

R = 18.08%
G = 40.72%
B = 41.21%

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

#6FFAFD (or 0x6FFAFD) is known color: Baby Blue. HEX triplet: 6F, FA and FD. RGB value is (111,250,253). Sum of RGB (Red+Green+Blue) = 111+250+253=614 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.08% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAFD is #900502. Grayscale: #D0D0D0. Windows color (decimal): -9438467 or 16644719. OLE color: 16644719.

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

Color convert

RGB 111 250 253 -
CMYK 0.56 0.01 0 0.01
HSL 181.27º 0.97% 0.71% -
HSV(B) 181.27º 0.56% 0.99% -
XYZ 58.47 78.84 105.06 -
YUV 208.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 111 250 253 0.56 0.01 0 0.01 181.27 0.97 0.71
Hex 6F FA FD 38 1 0 1 B5 61 47
Octal 157 372 375 70 1 0 1 265 141 107
Binary 1101111 11111010 11111101 111000 1 0 1 10110101 1100001 1000111

Color Harmonies of #6FFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAFD

Black with #6FFAFD

Text Example


Text Example

White with #6FFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,250,253); }

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

background-color css

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

 a { background-color: rgb(111,250,253); }

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

border-color css

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

 span { border-color: rgb(111,250,253); }

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