Html Css Color HEX #6BFFFD Baby Blue

📋 copy color: '#6BFFFD'

red 107 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #6BFFFD

Tints of Baby Blue #6BFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 41.46%

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

R = 17.4%
G = 41.46%
B = 41.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#6BFFFD (or 0x6BFFFD) is known color: Baby Blue. HEX triplet: 6B, FF and FD. RGB value is (107,255,253). Sum of RGB (Red+Green+Blue) = 107+255+253=615 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.40% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFFD is #940002. Grayscale: #D2D2D2. Windows color (decimal): -9699331 or 16645995. OLE color: 16645995.

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

Color convert

RGB 107 255 253 -
CMYK 0.58 0 0.01 0
HSL 179.19º 1% 0.71% -
HSV(B) 179.19º 0.58% 1% -
XYZ 59.55 81.74 105.57 -
YUV 210.52 151.97 54.16 -
System Red Green Blue C M Y K H S L
Decimal 107 255 253 0.58 0 0.01 0 179.19 1 0.71
Hex 6B FF FD 3A 0 1 0 B3 64 47
Octal 153 377 375 72 0 1 0 263 144 107
Binary 1101011 11111111 11111101 111010 0 1 0 10110011 1100100 1000111

Color Harmonies of #6BFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFFFD

Black with #6BFFFD

Text Example


Text Example

White with #6BFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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