Html Css Color HEX #6BFAFD Baby Blue

📋 copy color: '#6BFAFD'

red 107 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #6BFAFD

Tints of Baby Blue #6BFAFD

RGB

 RED value IS 107 (42.19% from 255) = 17.54%

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

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

R = 17.54%
G = 40.98%
B = 41.48%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BFAFD (or 0x6BFAFD) is known color: Baby Blue. HEX triplet: 6B, FA and FD. RGB value is (107,250,253). Sum of RGB (Red+Green+Blue) = 107+250+253=610 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.54% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BFAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFAFD is #940502. Grayscale: #CFCFCF. Windows color (decimal): -9700611 or 16644715. OLE color: 16644715.

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

Color convert

RGB 107 250 253 -
CMYK 0.58 0.01 0 0.01
HSL 181.23º 0.97% 0.71% -
HSV(B) 181.23º 0.58% 0.99% -
XYZ 57.98 78.59 105.04 -
YUV 207.59 153.62 56.26 -
System Red Green Blue C M Y K H S L
Decimal 107 250 253 0.58 0.01 0 0.01 181.23 0.97 0.71
Hex 6B FA FD 3A 1 0 1 B5 61 47
Octal 153 372 375 72 1 0 1 265 141 107
Binary 1101011 11111010 11111101 111010 1 0 1 10110101 1100001 1000111

Color Harmonies of #6BFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFAFD

Black with #6BFAFD

Text Example


Text Example

White with #6BFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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