Html Css Color HEX #6BFDFD Baby Blue

📋 copy color: '#6BFDFD'

red 107 ◦ green 253 ◦ blue 253

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

Shades of Baby Blue #6BFDFD

Tints of Baby Blue #6BFDFD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.27%

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

R = 17.46%
G = 41.27%
B = 41.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6BFDFD (or 0x6BFDFD) is known color: Baby Blue. HEX triplet: 6B, FD and FD. RGB value is (107,253,253). Sum of RGB (Red+Green+Blue) = 107+253+253=613 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.46% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #6BFDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDFD is #940202. Grayscale: #D1D1D1. Windows color (decimal): -9699843 or 16645483. OLE color: 16645483.

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

Color convert

RGB 107 253 253 -
CMYK 0.58 0 0 0.01
HSL 180º 0.97% 0.71% -
HSV(B) 180º 0.58% 0.99% -
XYZ 58.92 80.47 105.36 -
YUV 209.35 152.63 55 -
System Red Green Blue C M Y K H S L
Decimal 107 253 253 0.58 0 0 0.01 180 0.97 0.71
Hex 6B FD FD 3A 0 0 1 B4 61 47
Octal 153 375 375 72 0 0 1 264 141 107
Binary 1101011 11111101 11111101 111010 0 0 1 10110100 1100001 1000111

Color Harmonies of #6BFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDFD

Black with #6BFDFD

Text Example


Text Example

White with #6BFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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