Html Css Color HEX #6BFBF7 Baby Blue

📋 copy color: '#6BFBF7'

red 107 ◦ green 251 ◦ blue 247

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

Shades of Baby Blue #6BFBF7

Tints of Baby Blue #6BFBF7

RGB

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

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

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

R = 17.69%
G = 41.49%
B = 40.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#6BFBF7 (or 0x6BFBF7) is known color: Baby Blue. HEX triplet: 6B, FB and F7. RGB value is (107,251,247). Sum of RGB (Red+Green+Blue) = 107+251+247=605 (80% of max value = 765). Red value is 107 (42.19% from 255 or 17.69% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBF7 is #940408. Grayscale: #CFCFCF. Windows color (decimal): -9700361 or 16251755. OLE color: 16251755.

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

Color convert

RGB 107 251 247 -
CMYK 0.57 0 0.02 0.02
HSL 178.33º 0.95% 0.7% -
HSV(B) 178.33º 0.57% 0.98% -
XYZ 57.35 78.84 100.19 -
YUV 207.49 150.29 56.33 -
System Red Green Blue C M Y K H S L
Decimal 107 251 247 0.57 0 0.02 0.02 178.33 0.95 0.7
Hex 6B FB F7 39 0 2 2 B2 5F 46
Octal 153 373 367 71 0 2 2 262 137 106
Binary 1101011 11111011 11110111 111001 0 10 10 10110010 1011111 1000110

Color Harmonies of #6BFBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BFBF7

Black with #6BFBF7

Text Example


Text Example

White with #6BFBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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