Html Css Color HEX #6BFDED Baby Blue

📋 copy color: '#6BFDED'

red 107 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #6BFDED

Tints of Baby Blue #6BFDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.7%

R = 17.92%
G = 42.38%
B = 39.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#6BFDED (or 0x6BFDED) is known color: Baby Blue. HEX triplet: 6B, FD and ED. RGB value is (107,253,237). Sum of RGB (Red+Green+Blue) = 107+253+237=597 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.92% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDED is #940212. Grayscale: #CFCFCF. Windows color (decimal): -9699859 or 15596907. OLE color: 15596907.

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

Color convert

RGB 107 253 237 -
CMYK 0.58 0 0.06 0.01
HSL 173.42º 0.97% 0.71% -
HSV(B) 173.42º 0.58% 0.99% -
XYZ 56.47 79.49 92.49 -
YUV 207.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 107 253 237 0.58 0 0.06 0.01 173.42 0.97 0.71
Hex 6B FD ED 3A 0 6 1 AD 61 47
Octal 153 375 355 72 0 6 1 255 141 107
Binary 1101011 11111101 11101101 111010 0 110 1 10101101 1100001 1000111

Color Harmonies of #6BFDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFDED

Black with #6BFDED

Text Example


Text Example

White with #6BFDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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