Html Css Color HEX #6BFBF0 Baby Blue

📋 copy color: '#6BFBF0'

red 107 ◦ green 251 ◦ blue 240

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

Shades of Baby Blue #6BFBF0

Tints of Baby Blue #6BFBF0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.97%

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

R = 17.89%
G = 41.97%
B = 40.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#6BFBF0 (or 0x6BFBF0) is known color: Baby Blue. HEX triplet: 6B, FB and F0. RGB value is (107,251,240). Sum of RGB (Red+Green+Blue) = 107+251+240=598 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.89% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBF0 is #94040F. Grayscale: #CECECE. Windows color (decimal): -9700368 or 15793003. OLE color: 15793003.

HSL color Cylindrical-coordinate representation of color #6BFBF0: hue angle of 175.42º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFBF0 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 251 240 -
CMYK 0.57 0 0.04 0.02
HSL 175.42º 0.95% 0.7% -
HSV(B) 175.42º 0.57% 0.98% -
XYZ 56.29 78.41 94.61 -
YUV 206.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 107 251 240 0.57 0 0.04 0.02 175.42 0.95 0.7
Hex 6B FB F0 39 0 4 2 AF 5F 46
Octal 153 373 360 71 0 4 2 257 137 106
Binary 1101011 11111011 11110000 111001 0 100 10 10101111 1011111 1000110

Color Harmonies of #6BFBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBF0

Black with #6BFBF0

Text Example


Text Example

White with #6BFBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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