Html Css Color HEX #6BFEF7 Baby Blue

📋 copy color: '#6BFEF7'

red 107 ◦ green 254 ◦ blue 247

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

Shades of Baby Blue #6BFEF7

Tints of Baby Blue #6BFEF7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.78%

 BLUE value IS 247 (96.88% from 255) = 40.63%

R = 17.6%
G = 41.78%
B = 40.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#6BFEF7 (or 0x6BFEF7) is known color: Baby Blue. HEX triplet: 6B, FE and F7. RGB value is (107,254,247). Sum of RGB (Red+Green+Blue) = 107+254+247=608 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.60% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFEF7 is #940108. Grayscale: #D1D1D1. Windows color (decimal): -9699593 or 16252523. OLE color: 16252523.

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

Color convert

RGB 107 254 247 -
CMYK 0.58 0 0.03 0.00
HSL 177.14º 0.99% 0.71% -
HSV(B) 177.14º 0.58% 1% -
XYZ 58.29 80.72 100.5 -
YUV 209.25 149.3 55.07 -
System Red Green Blue C M Y K H S L
Decimal 107 254 247 0.58 0 0.03 0.00 177.14 0.99 0.71
Hex 6B FE F7 3A 0 3 0 B1 63 47
Octal 153 376 367 72 0 3 0 261 143 107
Binary 1101011 11111110 11110111 111010 0 11 0 10110001 1100011 1000111

Color Harmonies of #6BFEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFEF7

Black with #6BFEF7

Text Example


Text Example

White with #6BFEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,254,247); }

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

background-color css

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

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

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

border-color css

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

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

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