Html Css Color HEX #6BFEF0 Baby Blue

📋 copy color: '#6BFEF0'

red 107 ◦ green 254 ◦ blue 240

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

Shades of Baby Blue #6BFEF0

Tints of Baby Blue #6BFEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.93%

R = 17.8%
G = 42.26%
B = 39.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#6BFEF0 (or 0x6BFEF0) is known color: Baby Blue. HEX triplet: 6B, FE and F0. RGB value is (107,254,240). Sum of RGB (Red+Green+Blue) = 107+254+240=601 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.80% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #6BFEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFEF0 is #94010F. Grayscale: #D0D0D0. Windows color (decimal): -9699600 or 15793771. OLE color: 15793771.

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

Color convert

RGB 107 254 240 -
CMYK 0.58 0 0.06 0.00
HSL 174.29º 0.99% 0.71% -
HSV(B) 174.29º 0.58% 1% -
XYZ 57.23 80.3 94.92 -
YUV 208.45 145.8 55.64 -
System Red Green Blue C M Y K H S L
Decimal 107 254 240 0.58 0 0.06 0.00 174.29 0.99 0.71
Hex 6B FE F0 3A 0 6 0 AE 63 47
Octal 153 376 360 72 0 6 0 256 143 107
Binary 1101011 11111110 11110000 111010 0 110 0 10101110 1100011 1000111

Color Harmonies of #6BFEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFEF0

Black with #6BFEF0

Text Example


Text Example

White with #6BFEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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