Html Css Color HEX #6BFEF8 Baby Blue

📋 copy color: '#6BFEF8'

red 107 ◦ green 254 ◦ blue 248

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

Shades of Baby Blue #6BFEF8

Tints of Baby Blue #6BFEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.72%

R = 17.57%
G = 41.71%
B = 40.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#6BFEF8 (or 0x6BFEF8) is known color: Baby Blue. HEX triplet: 6B, FE and F8. RGB value is (107,254,248). Sum of RGB (Red+Green+Blue) = 107+254+248=609 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.57% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFEF8 is #940107. Grayscale: #D1D1D1. Windows color (decimal): -9699592 or 16318059. OLE color: 16318059.

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

Color convert

RGB 107 254 248 -
CMYK 0.58 0 0.02 0.00
HSL 177.55º 0.99% 0.71% -
HSV(B) 177.55º 0.58% 1% -
XYZ 58.45 80.79 101.32 -
YUV 209.36 149.8 54.99 -
System Red Green Blue C M Y K H S L
Decimal 107 254 248 0.58 0 0.02 0.00 177.55 0.99 0.71
Hex 6B FE F8 3A 0 2 0 B2 63 47
Octal 153 376 370 72 0 2 0 262 143 107
Binary 1101011 11111110 11111000 111010 0 10 0 10110010 1100011 1000111

Color Harmonies of #6BFEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFEF8

Black with #6BFEF8

Text Example


Text Example

White with #6BFEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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